mirror of
https://github.com/tabler/tabler.git
synced 2026-07-16 10:31:41 +04:00
add Signature Pad feature (#2183)
Co-authored-by: ethancrawford <ethan_jc@hotmail.com>
This commit is contained in:
@@ -12,9 +12,8 @@ permalink: map-fullsize.html
|
||||
|
||||
<div class="map flex-fill" id="map-{{ map-id }}"></div>
|
||||
|
||||
{% capture_global scripts %}
|
||||
{% capture_script %}
|
||||
<script>
|
||||
// @formatter:off
|
||||
let map;
|
||||
{% if environment == 'development' %}window.tabler_map = window.tabler_map || {};{% endif %}
|
||||
|
||||
@@ -26,6 +25,5 @@ permalink: map-fullsize.html
|
||||
|
||||
{% if environment == 'development' %}window.tabler_map["map-{{ map-id }}"] = map;{% endif %}
|
||||
});
|
||||
// @formatter:on
|
||||
</script>
|
||||
{% endcapture_global %}
|
||||
{% endcapture_script %}
|
||||
Reference in New Issue
Block a user