mirror of
https://github.com/ACSPRI/queXS
synced 2024-04-02 12:12:16 +00:00
removed uneccesary reference
This commit is contained in:
@@ -285,7 +285,7 @@ if (isset($_POST['firstname']))
|
|||||||
}
|
}
|
||||||
else if (isset($_POST['submit']))
|
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();
|
xhtml_foot();
|
||||||
die();
|
die();
|
||||||
|
|||||||
Reference in New Issue
Block a user