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