From 18753ad05b906c16a904d6960710d44ed4af8176 Mon Sep 17 00:00:00 2001 From: Alex Date: Wed, 2 Dec 2015 23:43:46 +0300 Subject: [PATCH] INITIAL BUG? -> Fixed --- call_interface2.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/call_interface2.php b/call_interface2.php index c2f9864f..00454a63 100644 --- a/call_interface2.php +++ b/call_interface2.php @@ -269,7 +269,7 @@ if (isset($_POST['submit'])) $newtext = T_("Start REC"); $js = "js/window_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();'"); }