Use .message instead of .message-group
This commit is contained in:
parent
e2112c73c2
commit
3f6c51b046
|
@ -3,7 +3,7 @@
|
|||
var videoSupport = function () {};
|
||||
|
||||
videoSupport.prototype.convert = function () {
|
||||
$(".message-group a").each(function() {
|
||||
$(".message a").each(function() {
|
||||
var t = $(this);
|
||||
var href = t.attr("href");
|
||||
if(href == undefined) return true;
|
||||
|
|
Loading…
Reference in New Issue