From 349f3ee1ca893a5905b6f660e6168a5d892bf151 Mon Sep 17 00:00:00 2001 From: Andreas <6977712+AndreasK79@users.noreply.github.com> Date: Wed, 6 Oct 2021 20:24:14 +0200 Subject: [PATCH] [Contesting names] Bugfix in the form for creating contests and stopped loading of contesting.js when editing contestnames. --- application/views/contesting/create.php | 4 ++-- application/views/interface_assets/footer.php | 7 +++---- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/application/views/contesting/create.php b/application/views/contesting/create.php index 5437fa4d..4a0bd5ee 100644 --- a/application/views/contesting/create.php +++ b/application/views/contesting/create.php @@ -19,7 +19,7 @@ -
+
@@ -32,7 +32,7 @@ Name of Contest in ADIF-specification
- +
diff --git a/application/views/interface_assets/footer.php b/application/views/interface_assets/footer.php index ad80d4b1..50778f32 100644 --- a/application/views/interface_assets/footer.php +++ b/application/views/interface_assets/footer.php @@ -853,7 +853,7 @@ $(document).on('keypress',function(e) { -uri->segment(1) == "qso" && $_GET['manual'] == 0) || $this->uri->segment(1) == "contesting") { ?> +uri->segment(1) == "qso" && $_GET['manual'] == 0) || ($this->uri->segment(1) == "contesting" && $this->uri->segment(2) != "add")) { ?> - -uri->segment(1) == "qso" && $_GET['manual'] == 0) || $this->uri->segment(1) == "contesting") { ?> + -uri->segment(1) == "contesting") { ?> +uri->segment(1) == "contesting" && $this->uri->segment(2) != "add" ) { ?>