diff --git a/admin/insert.php b/admin/insert.php index e71a34e..18e66a2 100644 --- a/admin/insert.php +++ b/admin/insert.php @@ -244,7 +244,7 @@ if (isset($_POST["url"])) { - +
diff --git a/admin/redirectFromJinxxy.php b/admin/redirectFromJinxxy.php index 19fc721..7655a87 100644 --- a/admin/redirectFromJinxxy.php +++ b/admin/redirectFromJinxxy.php @@ -161,7 +161,7 @@ echo '
Currency Code ' . $cur


- +
@@ -179,6 +179,10 @@ echo '
Currency Code ' . $cur // Join the names with a comma and update the result input resultInput.value = selectedNames.join(' '); + + if (resultInput.value == "" || resultInput.value == " ") { + resultInput.value = "props"; + } } // Add event listeners to all checkboxes