Use .message instead of .message-group

This commit is contained in:
Jiiks 2016-03-29 02:54:46 +03:00
parent e2112c73c2
commit 3f6c51b046
1 changed files with 1 additions and 1 deletions

View File

@ -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;