From d8b377dd8071c7b3d05b158473edab83957284ef Mon Sep 17 00:00:00 2001 From: rugk Date: Sun, 1 Mar 2026 15:03:16 +0100 Subject: [PATCH] style: remove JQuery fallback --- js/privatebin.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/js/privatebin.js b/js/privatebin.js index 96d90899..d3319054 100644 --- a/js/privatebin.js +++ b/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; -}