Loading js/theme-helper-main.js +1 −0 Original line number Diff line number Diff line Loading @@ -239,6 +239,7 @@ function hideNotificationButton() { jQuery(window).load(function () { /* Notifications icon(Replace src on load) */ const notifImgSelector = "#header .notifications .notifications-button img"; replaceNotificationIcon(notifImgSelector); $(notifImgSelector).on("load", function () { replaceNotificationIcon(notifImgSelector); Loading Loading
js/theme-helper-main.js +1 −0 Original line number Diff line number Diff line Loading @@ -239,6 +239,7 @@ function hideNotificationButton() { jQuery(window).load(function () { /* Notifications icon(Replace src on load) */ const notifImgSelector = "#header .notifications .notifications-button img"; replaceNotificationIcon(notifImgSelector); $(notifImgSelector).on("load", function () { replaceNotificationIcon(notifImgSelector); Loading