diff --git a/game/static/game/js/level_selection.js b/game/static/game/js/level_selection.js index 80e48862f..483dcd3ef 100644 --- a/game/static/game/js/level_selection.js +++ b/game/static/game/js/level_selection.js @@ -1,25 +1,7 @@ -/* global showPopupConfirmation */ - $(function() { setupCoins(); }); -function goToPythonDen() { - window.location.href = window.location.href.replace("rapidrouter", "pythonden"); -} - -function movedToPythonDenPopup() { - let title = "Python Den"; - let text = ` -
We have migrated all Python levels to the new Python Den.
-Click "Confirm" to continue your journey!
-- {{episode.name}} - - Levels {{episode.first_level}}-{{episode.last_level}} - - -
-- {{level.name}}: - {{level.title.strip | safe}} - {% if level.score != None %} - {{level.score|floatformat}}/{{level.maxScore|floatformat}} - - {% endif %} -
- {% else %} - -- {{level.name}}: {{level.title.strip | safe}} - {% if level.score != None %} - {{level.score|floatformat}}/{{level.maxScore|floatformat}} - - {% endif %} -
- {% endif %} - {% endfor %} -