mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-03 17:30:11 +00:00
User scripts gui improvements
This commit is contained in:
parent
493d5baf43
commit
9aa71ba462
2 changed files with 2 additions and 2 deletions
|
|
@ -267,7 +267,7 @@ $(document).ready(function() {
|
|||
applied_value = $("#applied-networks").val().join(',');
|
||||
}
|
||||
else {
|
||||
applied_value = $("#applied-input").val();
|
||||
applied_value = $("#applied-input").val().trim();
|
||||
}
|
||||
|
||||
$button.attr("disabled", "");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue