diff --git a/CSS/style.css b/CSS/style.css index d5500f9..a94e3b3 100644 --- a/CSS/style.css +++ b/CSS/style.css @@ -237,3 +237,13 @@ body{ user-select: none; text-align: center; } + +#version_indicator{ + position: absolute; + left : calc(100% - 60px); + top : calc(100% - 25px);; + font-size: 15px; + color: #c9c8b7; + font-family: "Source Code Pro"; + user-select: none; +} \ No newline at end of file diff --git a/index.html b/index.html index 06a1ba2..0728e05 100644 --- a/index.html +++ b/index.html @@ -132,6 +132,8 @@
- +
+ v1.2.6 +
\ No newline at end of file diff --git a/js/render_logic/render.js b/js/render_logic/render.js index 5f958f3..03147c9 100644 --- a/js/render_logic/render.js +++ b/js/render_logic/render.js @@ -246,7 +246,6 @@ function unblock_buttons(){ const ff = require('node-find-folder'); var ff_result = new ff('challenges'); -console.log(ff_result) function switch_to_challenge_mode(file){ //open json let json;