Haocen Xu пре 7 година
родитељ
комит
63fdd2eba3
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      js/privatebin.js

+ 1 - 1
js/privatebin.js

@@ -1822,7 +1822,7 @@ jQuery.PrivateBin = (function($, RawDeflate) {
                     `${$shortenButton.data('shortener')}${encodeURIComponent($pasteUrl.attr('href'))}`,
                     '_blank',
                     'noopener, noreferrer'
-                )
+                );
             });
         }