Fixed oopsie

This commit is contained in:
Colon 2019-10-16 12:54:01 -04:00 committed by GitHub
parent 19427e80eb
commit a36c3bc088
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -155,7 +155,7 @@ $('#difficultytext').html('[[DIFFICULTY]]'.replace(' ', "<br>"))
$('#levelInfo').html($('#levelInfo').html()
.replace('[[ORIGINALINFO]]', [[COPIEDID]] == "0" ? "" : `<br>Original: <a class="youCanClickThis" href="/[[COPIEDID]]"><font color="aqua">[[COPIEDID]]</font></a>`)
.replace('[[OBJECTINFO]]', [[OBJECTS]] == "0" ? "" : `<br>Objects: <font color="yellow">[[OBJECTS]]</font>`)
.replace('[[OBJECTINFO]]', '[[OBJECTS]]' == "0" ? "" : `<br>Objects: <font color="yellow">[[OBJECTS]]</font>`)
.replace('[[REQUESTED]]', [[STARSREQUESTED]] == "0" ? "" : `<br>Stars Requested: <font color="yellow">[[STARSREQUESTED]]</font>`))
if (!'[[UPLOADED]]'.startsWith('[')) {
@ -229,4 +229,4 @@ function deleteLevel() {
freeze = true;
}
</script>
</script>