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

INITIAL BUG? -> Fixed

This commit is contained in:
Alex
2015-12-02 23:43:46 +03:00
parent 660c14db88
commit 18753ad05b

View File

@@ -269,7 +269,7 @@ if (isset($_POST['submit']))
$newtext = T_("Start REC"); $newtext = T_("Start REC");
$js = "js/window_interface2.js"; $js = "js/window_interface2.js";
if (browser_ie()) $js = "js/window_ie6_interface2.js"; if (browser_ie()) $js = "js/window_ie6_interface2.js";
xhtml_head(T_("Call"),true,array("css/call.css"),array($js),"parent.closePopup();'"); xhtml_head(T_("Call"),true,array("css/call.css"),array($js),"onload='parent.closePopup();'");
} }