mirror of
https://github.com/vrana/adminer.git
synced 2025-08-10 08:34:20 +02:00
Fix AJAX favicon
This commit is contained in:
@@ -332,7 +332,9 @@ function ajaxSend(url, data, popState, noscroll) {
|
|||||||
return ajaxSend(redirect, '', popState);
|
return ajaxSend(redirect, '', popState);
|
||||||
}
|
}
|
||||||
onblur = function () { };
|
onblur = function () { };
|
||||||
replaceFavicon(originalFavicon);
|
if (originalFavicon) {
|
||||||
|
replaceFavicon(originalFavicon);
|
||||||
|
}
|
||||||
if (!xmlhttp.status) {
|
if (!xmlhttp.status) {
|
||||||
setHtml('loader', '');
|
setHtml('loader', '');
|
||||||
} else {
|
} else {
|
||||||
|
Reference in New Issue
Block a user