2
0
mirror of https://github.com/ACSPRI/queXS synced 2024-04-02 12:12:16 +00:00

fixed lp: 1502914

This commit is contained in:
Alex
2015-10-05 17:12:50 +03:00
parent d3d686bc32
commit 66f92e9e98

View File

@@ -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)
{