1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-13 18:14:07 +02:00

Update AJAX history for Firefox 4 RC

This commit is contained in:
Jakub Vrana
2011-03-11 23:23:13 +01:00
parent db40abccc8
commit 3a84672355
2 changed files with 2 additions and 3 deletions

View File

@@ -355,9 +355,7 @@ function ajaxMain(url, data, event) {
* @param PopStateEvent
*/
window.onpopstate = function (event) {
if (ajaxState || event.state) {
ajaxSend(location.href, event.state, 1); // 1 - disable pushState
}
ajaxSend(location.href, event.state, 1); // 1 - disable pushState
}
/** Send form by AJAX GET