Skip to content

Commit 91c9087

Browse files
committed
remove old conditional for release notes
1 parent bd6232d commit 91c9087

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/web/js/beforePyret.js

-8
Original file line numberDiff line numberDiff line change
@@ -1409,14 +1409,6 @@ $(function() {
14091409
CPO.onInteraction = onInteraction;
14101410
CPO.triggerOnInteraction = triggerOnInteraction;
14111411

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-
14201412
if(window.parent !== window) {
14211413
makeEvents({ CPO: CPO, sendPort: window.parent, receivePort: window });
14221414
}

0 commit comments

Comments
 (0)