diff --git a/html/level.html b/html/level.html index 03d3b4f..8aa4fb7 100644 --- a/html/level.html +++ b/html/level.html @@ -155,7 +155,7 @@ $('#difficultytext').html('[[DIFFICULTY]]'.replace(' ', "
")) $('#levelInfo').html($('#levelInfo').html() .replace('[[ORIGINALINFO]]', [[COPIEDID]] == "0" ? "" : `
Original: [[COPIEDID]]`) - .replace('[[OBJECTINFO]]', [[OBJECTS]] == "0" ? "" : `
Objects: [[OBJECTS]]`) + .replace('[[OBJECTINFO]]', '[[OBJECTS]]' == "0" ? "" : `
Objects: [[OBJECTS]]`) .replace('[[REQUESTED]]', [[STARSREQUESTED]] == "0" ? "" : `
Stars Requested: [[STARSREQUESTED]]`)) if (!'[[UPLOADED]]'.startsWith('[')) { @@ -229,4 +229,4 @@ function deleteLevel() { freeze = true; } - \ No newline at end of file +