mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-30 17:25:26 +02:00
Merge branch '1125-Vista-de-Agente-Modulo' into 'develop'
Disable autosubmit in agent module view - #1125 See merge request artica/pandorafms!753
This commit is contained in:
commit
9ecc68bfe7
@ -546,9 +546,11 @@ ui_require_jquery_file('pandora');
|
|||||||
});
|
});
|
||||||
|
|
||||||
$('#group_id').change(function(){
|
$('#group_id').change(function(){
|
||||||
|
if(location.href.indexOf("extensions/agents_modules") == -1){
|
||||||
var regx = /&group_id=\d*/g;
|
var regx = /&group_id=\d*/g;
|
||||||
var url = location.href.replace(regx, "");
|
var url = location.href.replace(regx, "");
|
||||||
location.href = url+"&group_id="+$("#group_id").val();
|
location.href = url+"&group_id="+$("#group_id").val();
|
||||||
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user