Explorar el Código

style: remove JQuery fallback

rugk hace 5 meses
padre
commit
d8b377dd80
Se han modificado 1 ficheros con 0 adiciones y 4 borrados
  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;
-}