ajax reload fixes

This commit is contained in:
Friendika 2011-02-16 21:17:49 -08:00
parent c397a2f89b
commit 4bff52990e
7 changed files with 26 additions and 8 deletions

View file

@ -225,6 +225,10 @@
if(timer) clearTimeout(timer);
timer = setTimeout(NavUpdate,10);
}
if(data.reload) {
window.location.href=data.reload;
}
},
"json"
);