Browse Source

style: remove JQuery fallback

rugk 5 months ago
parent
commit
d8b377dd80
1 changed files with 0 additions and 4 deletions
  1. 0 4
      js/privatebin.js

+ 0 - 4
js/privatebin.js

@@ -6111,7 +6111,3 @@ window.PrivateBin = (function() {
     };
 })();
 
-// for compatibility with tests and existing code
-if (typeof jQuery !== 'undefined') {
-    jQuery.PrivateBin = window.PrivateBin;
-}