ajax reload fixes
This commit is contained in:
@@ -225,6 +225,10 @@
|
||||
if(timer) clearTimeout(timer);
|
||||
timer = setTimeout(NavUpdate,10);
|
||||
}
|
||||
if(data.reload) {
|
||||
window.location.href=data.reload;
|
||||
}
|
||||
|
||||
},
|
||||
"json"
|
||||
);
|
||||
|
Reference in New Issue
Block a user