diff --git a/application/views/contesting/index.php b/application/views/contesting/index.php
index 0cbb5622..174489dc 100644
--- a/application/views/contesting/index.php
+++ b/application/views/contesting/index.php
@@ -90,6 +90,21 @@
+
+
+
+
+
+
+
+
+
+
diff --git a/application/views/interface_assets/footer.php b/application/views/interface_assets/footer.php
index 9f4e0ece..2727c03a 100644
--- a/application/views/interface_assets/footer.php
+++ b/application/views/interface_assets/footer.php
@@ -918,6 +918,20 @@ $(document).on('change', 'input', function(){
setRst($('.mode') .val());
});
+
+
+ function convert_case(str) {
+ var lower = str.toLowerCase();
+ return lower.replace(/(^| )(\w)/g, function(x) {
+ return x.toUpperCase();
+ });
+ }
+
+
+
+
+uri->segment(1) == "qso" && $_GET['manual'] == 0) || $this->uri->segment(1) == "contesting") { ?>
+
+
+uri->segment(1) == "qso" && $_GET['manual'] == 0) || $this->uri->segment(1) == "contesting") { ?>
+
@@ -2437,156 +2442,48 @@ function deleteQsl(id) {
}
uri->segment(1) == "contesting") { ?>
+
+