mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-14 00:24:40 +00:00
system: ugly regression in save_close :D #2000
This commit is contained in:
parent
d33b998e1e
commit
ebb191d106
@ -525,6 +525,10 @@ $( document ).ready(function() {
|
||||
$("#groups > option").prop('selected', true);
|
||||
$("#notgroups > option").prop('selected', false);
|
||||
});
|
||||
$("#save_close").click(function(){
|
||||
$("#groups > option").prop('selected', true);
|
||||
$("#notgroups > option").prop('selected', false);
|
||||
});
|
||||
});
|
||||
</script>
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user