Fixed oopsie
This commit is contained in:
parent
19427e80eb
commit
a36c3bc088
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue