From: Jakub Vrana Date: Fri, 11 Mar 2011 22:23:13 +0000 (+0100) Subject: Update AJAX history for Firefox 4 RC X-Git-Tag: v3.2.1~43 X-Git-Url: https://git.joonet.de/?a=commitdiff_plain;h=3a846723555fa8f750d6da98b1f825afa25f0e9e;p=adminer.git Update AJAX history for Firefox 4 RC --- 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):