diff --git a/adminer/static/functions.js b/adminer/static/functions.js index aa882df9..7009c7f4 100644 --- a/adminer/static/functions.js +++ b/adminer/static/functions.js @@ -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 diff --git a/changes.txt b/changes.txt index b97f9286..27cd211d 100644 --- a/changes.txt +++ b/changes.txt @@ -8,6 +8,7 @@ Parse UTF-16 and UTF-8 BOM in all text uploads Use DELIMITER in history Show databases even with skip_show_database in MySQL 5 (thanks to Radoslaw Kowalewski) Set MySQL time zone by PHP setting +Better placement of AJAX icon Polish translation Adminer 3.2.0 (released 2011-02-24):