mirror of
https://github.com/hugo-fixit/FixIt.git
synced 2026-08-24 15:28:57 +00:00
Removed emoji in the tab
Removed the emoji when the tab is on blur and now show the current title
This commit is contained in:
+2
-2
@@ -22,7 +22,7 @@ jQuery(function($) {
|
||||
_Blog.changeTitle = function() {
|
||||
var currentTitle = document.title;
|
||||
window.onblur = function() {
|
||||
document.title = '_(:3 」∠ )_';
|
||||
document.title = currentTitle;
|
||||
}
|
||||
window.onfocus = function() {
|
||||
document.title = currentTitle;
|
||||
@@ -53,4 +53,4 @@ jQuery(function($) {
|
||||
_Blog.toggleTheme()
|
||||
_Blog.toggleMobileMenu()
|
||||
});
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user