From 495aecfe7417918c45d8ea32b1ee8903018449cd Mon Sep 17 00:00:00 2001 From: Jeremy Date: Sun, 1 Mar 2015 08:22:29 +0100 Subject: Cleanup & simplify theme --- app/Resources/views/_global/public/js/autoClose.js | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 app/Resources/views/_global/public/js/autoClose.js (limited to 'app/Resources/views/_global/public/js/autoClose.js') diff --git a/app/Resources/views/_global/public/js/autoClose.js b/app/Resources/views/_global/public/js/autoClose.js deleted file mode 100644 index e9145b7e..00000000 --- a/app/Resources/views/_global/public/js/autoClose.js +++ /dev/null @@ -1,6 +0,0 @@ -$(document).ready(function() { - current_url = window.location.href - if (current_url.match("&closewin=true")) { - window.close(); - } -}); -- cgit v1.2.3