mirror of
https://github.com/tabler/tabler.git
synced 2025-12-21 17:34:25 +04:00
libs fixes
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
"google-maps": "https://maps.googleapis.com/maps/api/js?key=GOOGLE_MAPS_KEY",
|
||||
"litepicker": "litepicker/dist/litepicker.js",
|
||||
"tom-select": "tom-select/dist/js/tom-select.base.min.js",
|
||||
"jsvectormap": "jsvectormap/dist/js/jsvectormap.min.js",
|
||||
"jsvectormap": "jsvectormap/dist/jsvectormap.min.js",
|
||||
"jsvectormap-world": "jsvectormap/dist/maps/world.js",
|
||||
"jsvectormap-world-merc": "jsvectormap/dist/maps/world-merc.js",
|
||||
"fslightbox": "fslightbox/index.js",
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{% removeemptylines %}
|
||||
|
||||
{% assign icon-name = include.icon %}
|
||||
{% assign type = type | default: "outline" %}
|
||||
{% assign type = include.type | default: "outline" %}
|
||||
|
||||
{% assign replace-to = "icon" %}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user