make sure the regular favicon is set

This commit is contained in:
ansuz 2016-07-07 13:43:08 +02:00
parent fd3cd73d0b
commit 3ad5d71ab1
1 changed files with 1 additions and 0 deletions

View File

@ -49,6 +49,7 @@
if (favicon) {
var main = favicon.getAttribute('data-main-favicon');
var alt = favicon.getAttribute('data-alt-favicon');
favicon.setAttribute('href', main);
}
var cancel = function (pending) {