diff --git a/src/www/system_authservers.php b/src/www/system_authservers.php index 7645435c9..f6985ae5a 100644 --- a/src/www/system_authservers.php +++ b/src/www/system_authservers.php @@ -322,7 +322,7 @@ else :?> endif; ?> var oWin = window.open(url,"OPNsense","width=620,height=400,top=150,left=150, scrollbars=yes"); if (oWin==null || typeof(oWin)=="undefined") - alert(""); + alert(""); } $( document ).ready(function() { diff --git a/src/www/system_usermanager.php b/src/www/system_usermanager.php index ae480e5c0..fa9c6dc16 100644 --- a/src/www/system_usermanager.php +++ b/src/www/system_usermanager.php @@ -528,7 +528,7 @@ $( document ).ready(function() { url="system_usermanager_import_ldap.php"; var oWin = window.open(url,"OPNsense","width=620,height=400,top=150,left=150,scrollbars=yes"); if (oWin==null || typeof(oWin)=="undefined") { - alert(""); + alert(""); } }); diff --git a/src/www/system_usermanager_settings.php b/src/www/system_usermanager_settings.php index acd9836e9..57dcd8011 100644 --- a/src/www/system_usermanager_settings.php +++ b/src/www/system_usermanager_settings.php @@ -79,7 +79,7 @@ include("head.inc"); if ($save_and_test):?> ;