Update AJAX history for Firefox 4 RC

This commit is contained in:
Jakub Vrana 2011-03-11 23:23:13 +01:00
parent db40abccc8
commit 3a84672355
2 changed files with 2 additions and 3 deletions

View file

@ -355,9 +355,7 @@ function ajaxMain(url, data, event) {
* @param PopStateEvent * @param PopStateEvent
*/ */
window.onpopstate = function (event) { 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 /** Send form by AJAX GET

View file

@ -8,6 +8,7 @@ Parse UTF-16 and UTF-8 BOM in all text uploads
Use DELIMITER in history Use DELIMITER in history
Show databases even with skip_show_database in MySQL 5 (thanks to Radoslaw Kowalewski) Show databases even with skip_show_database in MySQL 5 (thanks to Radoslaw Kowalewski)
Set MySQL time zone by PHP setting Set MySQL time zone by PHP setting
Better placement of AJAX icon
Polish translation Polish translation
Adminer 3.2.0 (released 2011-02-24): Adminer 3.2.0 (released 2011-02-24):