removed uneccesary reference

This commit is contained in:
Adam Zammit
2013-12-02 14:17:31 +11:00
parent f5acc307a1
commit 1c836b60d6
+1 -1
View File
@@ -285,7 +285,7 @@ if (isset($_POST['firstname']))
}
else if (isset($_POST['submit']))
{
xhtml_head(T_("Email"),true,array("css/call.css"),array($js),"onload='parent.closePopup();'");
xhtml_head(T_("Email"),true,array("css/call.css"),false,"onload='parent.closePopup();'");
}
xhtml_foot();
die();