mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
bug
This commit is contained in:
@@ -76,7 +76,7 @@ echo "<SCRIPT language=\"JavaScript\">\n";
|
||||
echo "<!--\n";
|
||||
echo "function confirmdelete(url)\n";
|
||||
echo "{\n";
|
||||
echo " var confirmed = confirm($text['button-delete-this']);\n";
|
||||
echo " var confirmed = confirm(".$text['button-delete-this'].");\n";
|
||||
echo " if (confirmed == true) {\n";
|
||||
echo " window.location=url;\n";
|
||||
echo " }\n";
|
||||
|
||||
Reference in New Issue
Block a user