mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-15 09:04:39 +00:00
firewall: remove debug
This commit is contained in:
parent
cc6857e597
commit
2d31af2a5e
@ -269,7 +269,6 @@
|
||||
*/
|
||||
$("#network_content, #authgroup_content").change(function(){
|
||||
let target = $(this);
|
||||
console.log(target);
|
||||
let $content = $("#alias\\.content");
|
||||
$content.unbind('tokenize:tokens:change');
|
||||
$content.tokenize2().trigger('tokenize:clear');
|
||||
@ -341,7 +340,6 @@
|
||||
$("#alias\\.content").change(function(){
|
||||
var items = $(this).val();
|
||||
['#authgroup_content', '#network_content', '.geoip_select'].forEach(function(target){
|
||||
console.log(target);
|
||||
$(target).each(function(){
|
||||
var content_item = $(this);
|
||||
content_item.val([]);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user