From 3a846723555fa8f750d6da98b1f825afa25f0e9e Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Fri, 11 Mar 2011 23:23:13 +0100 Subject: [PATCH] Update AJAX history for Firefox 4 RC --- adminer/static/functions.js | 4 +--- changes.txt | 1 + 2 files changed, 2 insertions(+), 3 deletions(-) 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):