mirror of
https://github.com/vrana/adminer.git
synced 2025-08-15 11:04:02 +02:00
Update AJAX history for Firefox 4 RC
This commit is contained in:
@@ -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
|
||||
|
@@ -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):
|
||||
|
Reference in New Issue
Block a user