style: remove JQuery fallback

This commit is contained in:
rugk
2026-03-01 15:03:16 +01:00
committed by GitHub
parent a4ca27d9a3
commit d8b377dd80

View File

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