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:
@@ -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
|
||||
|
Reference in New Issue
Block a user