mirror of
https://github.com/vrana/adminer.git
synced 2025-08-15 02:54:28 +02:00
Ajax reload with POST data
This commit is contained in:
@@ -354,7 +354,7 @@ function ajaxMain(url, data, event) {
|
||||
}
|
||||
|
||||
/** Revive page from history
|
||||
* @param PopStateEvent
|
||||
* @param PopStateEvent|history
|
||||
*/
|
||||
window.onpopstate = function (event) {
|
||||
ajaxSend(location.href, event.state, 1); // 1 - disable pushState
|
||||
|
Reference in New Issue
Block a user