From b65cb1e0617989a74c0552a73242d311ad442e28 Mon Sep 17 00:00:00 2001 From: QuentinAndre Date: Wed, 25 Aug 2021 11:54:27 +0200 Subject: additional tests without nested tabs for testing the ui of basefinds --- ishtar_common/static/js/ishtar-map.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ishtar_common/static/js/ishtar-map.js') diff --git a/ishtar_common/static/js/ishtar-map.js b/ishtar_common/static/js/ishtar-map.js index ab8096b06..aa7263f7f 100644 --- a/ishtar_common/static/js/ishtar-map.js +++ b/ishtar_common/static/js/ishtar-map.js @@ -558,7 +558,7 @@ var initialize_test_map = function (slug_pk) { geo_items_features = {}; current_test = true; if ($("#"+id).length === 0) { - $("#display-geo-items").after('
Ready!
'); + $("#display-geo-items-for-" + slug_pk).after('
Ready!
'); } $("#"+id).hide(); } -- cgit v1.2.3