From 66f92e9e98abad69f18bc3612e588524dfe9c8c1 Mon Sep 17 00:00:00 2001 From: Alex Date: Mon, 5 Oct 2015 17:12:50 +0300 Subject: [PATCH] fixed lp: 1502914 --- contactdetails.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/contactdetails.php b/contactdetails.php index f51f65c4..053281af 100644 --- a/contactdetails.php +++ b/contactdetails.php @@ -65,7 +65,9 @@ include("functions/functions.operator.php"); */ include("functions/functions.input.php"); -$js = array("js/window.js"); +if (isset($_GET['interface2'])) { if (browser_ie()) $jsw = "js/window_ie6_interface2.js"; else $jsw = "js/window_interface2.js"; } +else { if (browser_ie()) $jsw = "js/window_ie6.js"; else $jsw = "js/window.js"; } +$js = array($jsw); if (AUTO_LOGOUT_MINUTES !== false) {