From 0503402fda960f02a8581495d5f0cd36e47fd6b8 Mon Sep 17 00:00:00 2001 From: Andreas Gohr Date: Wed, 8 Mar 2017 10:34:23 +0100 Subject: [PATCH 1/2] fixed wrong scope for function definition --- js/sidebar.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/sidebar.js b/js/sidebar.js index 18cf739..c7d1104 100644 --- a/js/sidebar.js +++ b/js/sidebar.js @@ -19,7 +19,7 @@ jQuery(function () { setDefaultContent = function () { jQuery('body').removeClass('wide-content'); - }; + }, /** * Accessibility helper, focuses the first link witih the given element From 994d0e8deea27e0c8fc37e7afdad831c294e1fdb Mon Sep 17 00:00:00 2001 From: Andreas Gohr Date: Wed, 8 Mar 2017 10:43:00 +0100 Subject: [PATCH 2/2] removed old IE shivs and conditionals SPR-801 SPR-823 --- detail.php | 5 ++--- main.php | 23 +---------------------- mediamanager.php | 22 ++-------------------- 3 files changed, 5 insertions(+), 45 deletions(-) diff --git a/detail.php b/detail.php index 21dda38..f010711 100755 --- a/detail.php +++ b/detail.php @@ -1,3 +1,4 @@ + +?> @@ -28,7 +29,6 @@ header('X-UA-Compatible: IE=edge,chrome=1'); -
@@ -89,6 +89,5 @@ header('X-UA-Compatible: IE=edge,chrome=1');
- diff --git a/main.php b/main.php index 65b4546..2934e3f 100755 --- a/main.php +++ b/main.php @@ -17,19 +17,10 @@ $showSidebar = true; /* */ $hasFooter = page_findnearest('pagefooter'); $showFooter = $hasFooter && ($ACT === 'show'); - -/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */ -/* conditional comments for IE8 / IE9 browser detection if needed */ -/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */ ?> - - - + - - - - - - - + - - -