From 7aa203150fc1a2ec79c681c13f0d486d531746eb Mon Sep 17 00:00:00 2001 From: George Halkiadakis Date: Sun, 12 Mar 2023 23:57:48 +0200 Subject: error pages; js system to support back/front-end --- html/content/js/Utils/destroyevent.js | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 html/content/js/Utils/destroyevent.js (limited to 'html/content/js/Utils/destroyevent.js') diff --git a/html/content/js/Utils/destroyevent.js b/html/content/js/Utils/destroyevent.js deleted file mode 100644 index e6fe48a..0000000 --- a/html/content/js/Utils/destroyevent.js +++ /dev/null @@ -1,11 +0,0 @@ -define(function () { - (function ($) { - $.event.special.destroyed = { - remove: function (o) { - if ((o.handler && o.type !== 'destroyed')) { - o.handler() - } - } - } - })(jQuery) -}); \ No newline at end of file -- cgit v1.2.3