Skip to content

Commit

Permalink
标题提醒完善
Browse files Browse the repository at this point in the history
  • Loading branch information
SR.李 committed Dec 12, 2023
1 parent d587eac commit db3b9b6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions public/static/chat/js/chat.script.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ var blinkingTitle = {
}, 800);
},
stop : function(isParent) {
if (!this.timer) {
return
}
clearInterval(this.timer)
if (isParent) {
parent.document.title=this.title
Expand Down

0 comments on commit db3b9b6

Please sign in to comment.