From a36c3bc088212b46f04291d9c095b35aa9687703 Mon Sep 17 00:00:00 2001 From: Colon <56617416+GDColon@users.noreply.github.com> Date: Wed, 16 Oct 2019 12:54:01 -0400 Subject: [PATCH] Fixed oopsie --- html/level.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +