1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-09 16:17:48 +02:00

Fix AJAX favicon

This commit is contained in:
Jakub Vrana
2011-08-12 18:06:45 +02:00
parent 2b472a5c10
commit 8a06b35c44

View File

@@ -332,7 +332,9 @@ function ajaxSend(url, data, popState, noscroll) {
return ajaxSend(redirect, '', popState);
}
onblur = function () { };
if (originalFavicon) {
replaceFavicon(originalFavicon);
}
if (!xmlhttp.status) {
setHtml('loader', '');
} else {