File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -722,10 +722,10 @@ function checkMessages(options) {
722722 delete newMessages [ 0 ] . show ; // stop us getting stuck here if we're called a second time
723723 showMessagesScroller ( newMessages [ 0 ] ) ;
724724 // buzz after showMessagesScroller, so being busy during scroller setup doesn't affect the buzz pattern
725- if ( globalThis . BUZZ_ON_NEW_MESSAGE ) {
725+ if ( global . BUZZ_ON_NEW_MESSAGE ) {
726726 // this is set if we entered the messages app by loading `messagegui.new.js`
727727 // ... but only buzz the first time we view a new message
728- globalThis . BUZZ_ON_NEW_MESSAGE = false ;
728+ global . BUZZ_ON_NEW_MESSAGE = false ;
729729 // messages.buzz respects quiet mode - no need to check here
730730 require ( "messages" ) . buzz ( newMessages [ 0 ] . src ) ;
731731 }
You can’t perform that action at this time.
0 commit comments