mirror of
https://github.com/vrana/adminer.git
synced 2025-08-14 02:23:59 +02:00
Fix AJAX history after reload
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
// Editor specific functions
|
||||
|
||||
function bodyLoad(version) {
|
||||
onpopstate(history);
|
||||
if (history.state !== undefined) {
|
||||
onpopstate(history);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user