mirror of
https://github.com/dillonzq/LoveIt.git
synced 2025-03-13 11:18:15 +01: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:
parent
09740d2489
commit
d85784c9c9
1 changed files with 2 additions and 2 deletions
|
@ -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()
|
||||
});
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Add table
Reference in a new issue