diff --git a/interface/super/manage_site_files.php b/interface/super/manage_site_files.php index cd25ea8b032..4ca13ee6759 100644 --- a/interface/super/manage_site_files.php +++ b/interface/super/manage_site_files.php @@ -537,7 +537,7 @@ function msfFileChanged() { $('#add-manually').on('click', function () { var new_type = $("#add-manually-input").val(); if(new_type.length < 1)return; - $('#white-list').prepend("") + $('#white-list').prepend("") }) $('#submit-whitelist').on('click', function () {