diff --git a/Plugins/videoSupport.js b/Plugins/videoSupport.js index f7261bd..23a34a6 100644 --- a/Plugins/videoSupport.js +++ b/Plugins/videoSupport.js @@ -13,9 +13,7 @@ videoSupport.prototype.convert = function () { if(href.endsWith(".mp4")) type = "mp4"; if(href.endsWith(".ogg")) type = "ogg"; - t.replaceWith( ''); + t.replaceWith( ''); }); };