mirror of
https://github.com/friendica/friendica
synced 2025-04-22 07:50:11 +00:00
ajax reload fixes
This commit is contained in:
parent
c397a2f89b
commit
4bff52990e
7 changed files with 26 additions and 8 deletions
|
@ -225,6 +225,10 @@
|
|||
if(timer) clearTimeout(timer);
|
||||
timer = setTimeout(NavUpdate,10);
|
||||
}
|
||||
if(data.reload) {
|
||||
window.location.href=data.reload;
|
||||
}
|
||||
|
||||
},
|
||||
"json"
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue