File tree 1 file changed +0
-8
lines changed
1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -1409,14 +1409,6 @@ $(function() {
1409
1409
CPO . onInteraction = onInteraction ;
1410
1410
CPO . triggerOnInteraction = triggerOnInteraction ;
1411
1411
1412
- if ( localSettings . getItem ( "sawSummer2021Message" ) !== "saw-summer-2021-message" ) {
1413
- const message = $ ( "<span>" ) ;
1414
- const notes = $ ( "<a target='_blank' style='color: white'>" ) . attr ( "href" , "https://www.pyret.org/release-notes/summer-2021.html" ) . text ( "release notes" ) ;
1415
- message . append ( "Things may look a little different! Check out the " , notes , " for more details." ) ;
1416
- window . stickRichMessage ( message ) ;
1417
- localSettings . setItem ( "sawSummer2021Message" , "saw-summer-2021-message" ) ;
1418
- }
1419
-
1420
1412
if ( window . parent !== window ) {
1421
1413
makeEvents ( { CPO : CPO , sendPort : window . parent , receivePort : window } ) ;
1422
1414
}
You can’t perform that action at this time.
0 commit comments