Skip to content

Commit

Permalink
debug tests, remove css
Browse files Browse the repository at this point in the history
  • Loading branch information
evemartin committed Apr 26, 2024
1 parent 7a932aa commit 5f9c9c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
10 changes: 0 additions & 10 deletions game/static/game/css/game_screen.css
Original file line number Diff line number Diff line change
Expand Up @@ -430,16 +430,6 @@ div.no-print div.tab label {
background: rgba(255, 255, 255, 0.25);
}

.tab select:hover {
background: rgba(255, 255, 255, 0.25);
}

.tab select {
color: black;
border: none;
font-weight: bold;
}

#console {
z-index: 100;
display: flex;
Expand Down
2 changes: 2 additions & 0 deletions game/static/game/js/game.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ ocargo.Game = function () {
ocargo.Game.prototype.setup = function () {
let _this = this;

loadLanguage("/static/game/js/blockly/msg/js/", navigator.language.toLowerCase(), function() {
if(new Date().getMonth() === 11) {
$("#paper").css('background-color', '#eef7ff')
}
Expand Down Expand Up @@ -141,6 +142,7 @@ ocargo.Game.prototype.setup = function () {
]
)

});
}

// Script used to save and check for episode upon loading of the webpage
Expand Down

0 comments on commit 5f9c9c5

Please sign in to comment.