summaryrefslogtreecommitdiff
path: root/ishtar_common/templates
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2024-01-09 12:16:15 +0100
committerÉtienne Loks <etienne.loks@iggdrasil.net>2024-04-16 16:40:54 +0200
commit9e2cedc18a4edfe280be76d698d5523f98506de8 (patch)
treef6ffd2f603eca1800724fd0e5da44e8d184bd33e /ishtar_common/templates
parentc96c21da408852a284cc182654e545c1f6a25e89 (diff)
downloadIshtar-9e2cedc18a4edfe280be76d698d5523f98506de8.tar.bz2
Ishtar-9e2cedc18a4edfe280be76d698d5523f98506de8.zip
✨ sheet map: display buffer - 🐛 sheet map: fix 2d point display
Diffstat (limited to 'ishtar_common/templates')
-rw-r--r--ishtar_common/templates/ishtar/blocks/sheet_map.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/ishtar_common/templates/ishtar/blocks/sheet_map.html b/ishtar_common/templates/ishtar/blocks/sheet_map.html
index 0a00a950b..8af6cd294 100644
--- a/ishtar_common/templates/ishtar/blocks/sheet_map.html
+++ b/ishtar_common/templates/ishtar/blocks/sheet_map.html
@@ -86,6 +86,7 @@ const display_map_{{geo_item.SLUG}}_{{geo_item.pk}} = function() {
);
}
+ishtar_display_buffer = true;
display_map_{{geo_item.SLUG}}_{{geo_item.pk}}();
refresh_map_{{geo_item.SLUG}}_{{geo_item.pk}}(true);
</script>