mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-02 00:40:10 +00:00
Fix validation issues
This commit is contained in:
parent
2385542b89
commit
d73cae36ad
2 changed files with 17 additions and 0 deletions
|
|
@ -523,6 +523,13 @@ print[[
|
|||
unique: "]] print(i18n("host_pools.duplicate_pool")) print[[.",
|
||||
}
|
||||
}
|
||||
|
||||
/* Retrigger the validation every second to clear outdated errors */
|
||||
setInterval(function() {
|
||||
$("form:data(bs.validator)").each(function(){
|
||||
$(this).data("bs.validator").validate();
|
||||
});
|
||||
}, 1000);
|
||||
</script>
|
||||
]]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue