removed references to old ImportModal

This commit is contained in:
gabryon99 2020-10-03 17:54:18 +02:00
parent 2bac1d0e5f
commit 811b3f8e3c
2 changed files with 0 additions and 19 deletions

View file

@ -332,13 +332,4 @@ $(document).ready(function() {
});
// handle import modal
NtopUtils.importModalHelper({
load_config_xhr: (json_conf) => {
return $.post(`${http_prefix}/lua/rest/set/scripts/config.lua`, {
csrf: pageCsrf,
JSON: json_conf,
});
}
});
});