diff --git a/app/static/app/gmba-search.tag b/app/static/app/gmba-search.tag index c8cc28c..2fc253a 100644 --- a/app/static/app/gmba-search.tag +++ b/app/static/app/gmba-search.tag @@ -248,7 +248,7 @@

Contact

-
@@ -256,7 +256,7 @@

- +

@@ -287,6 +287,12 @@ const FILTER_BLANK = { 'country': [], 'range': [], 'field': [], 'taxon': [] } + + FormSubmitted(){ + console.log("i got executed") + var self = this + self.closedetails() + } this.filters_shown = FILTER_BLANK search(e, nextpage) { @@ -481,6 +487,9 @@ } }) + + + diff --git a/app/templates/app/admin/base.html b/app/templates/app/admin/base.html index c1e0db0..9d6100a 100644 --- a/app/templates/app/admin/base.html +++ b/app/templates/app/admin/base.html @@ -9,6 +9,8 @@ + + diff --git a/app/templates/app/index.html b/app/templates/app/index.html index 4f468a8..6b279ee 100644 --- a/app/templates/app/index.html +++ b/app/templates/app/index.html @@ -6,6 +6,8 @@ + + diff --git a/app/templates/app/offline.html b/app/templates/app/offline.html index 5faa717..775d3c8 100644 --- a/app/templates/app/offline.html +++ b/app/templates/app/offline.html @@ -5,6 +5,8 @@ + +