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