From f0b40c40f275383609b2aaaf66a718daf138353a Mon Sep 17 00:00:00 2001 From: zsloan Date: Tue, 17 May 2022 18:20:28 +0000 Subject: Make collection page tools open in new tab/window --- wqflask/wqflask/templates/collections/view.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'wqflask') diff --git a/wqflask/wqflask/templates/collections/view.html b/wqflask/wqflask/templates/collections/view.html index e11ffbbd..39df161d 100644 --- a/wqflask/wqflask/templates/collections/view.html +++ b/wqflask/wqflask/templates/collections/view.html @@ -19,7 +19,7 @@

This collection has {{ '{}'.format(numify(trait_obs|count, "record", "records")) }}

-
+ @@ -242,6 +242,7 @@ submit_special = function(url) { $("#collection_form").attr("action", url); + e.stopImmediatePropagation(); return $("#collection_form").submit(); }; -- cgit v1.2.3