forked from v4l3n71n/covas-bo
fix list events
This commit is contained in:
@@ -216,8 +216,13 @@ document.getElementById("searchUser").addEventListener("keydown", function(ev){
|
||||
}
|
||||
});
|
||||
|
||||
if (pathURL=="users"){
|
||||
listInput = ["Status", "Roles", "Pages" ]
|
||||
}
|
||||
if (pathURL=="events"){
|
||||
listInput = ["Status", "Pages" ]
|
||||
}
|
||||
|
||||
listInput = ["Status", "Roles", "Pages" ]
|
||||
for (var i=0; i<listInput.length; i++){
|
||||
document.getElementById("input"+listInput[i]).addEventListener("change", function(e){
|
||||
var param = buildParam("inputSelect");
|
||||
|
Reference in New Issue
Block a user