From 3f6c51b04644963437acce220ca9e1a3b89c76e5 Mon Sep 17 00:00:00 2001 From: Jiiks Date: Tue, 29 Mar 2016 02:54:46 +0300 Subject: [PATCH] Use .message instead of .message-group --- Plugins/videoSupport.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Plugins/videoSupport.js b/Plugins/videoSupport.js index dcdd1f1..9a0a2ec 100644 --- a/Plugins/videoSupport.js +++ b/Plugins/videoSupport.js @@ -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;