mirror of
https://github.com/vrana/adminer.git
synced 2025-08-13 01:54:00 +02:00
Fix AJAX history after reload
This commit is contained in:
@@ -4,7 +4,9 @@
|
||||
* @param string first three characters of database system version
|
||||
*/
|
||||
function bodyLoad(version) {
|
||||
onpopstate(history); // copied from editor/static/editing.js
|
||||
if (history.state !== undefined) { // copied from editor/static/editing.js
|
||||
onpopstate(history);
|
||||
}
|
||||
var jushRoot = '../externals/jush/';
|
||||
var script = document.createElement('script');
|
||||
script.src = jushRoot + 'jush.js';
|
||||
|
Reference in New Issue
Block a user