mirror of
https://github.com/tabler/tabler.git
synced 2025-12-22 01:44: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",
|
"google-maps": "https://maps.googleapis.com/maps/api/js?key=GOOGLE_MAPS_KEY",
|
||||||
"litepicker": "litepicker/dist/litepicker.js",
|
"litepicker": "litepicker/dist/litepicker.js",
|
||||||
"tom-select": "tom-select/dist/js/tom-select.base.min.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": "jsvectormap/dist/maps/world.js",
|
||||||
"jsvectormap-world-merc": "jsvectormap/dist/maps/world-merc.js",
|
"jsvectormap-world-merc": "jsvectormap/dist/maps/world-merc.js",
|
||||||
"fslightbox": "fslightbox/index.js",
|
"fslightbox": "fslightbox/index.js",
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{% removeemptylines %}
|
{% removeemptylines %}
|
||||||
|
|
||||||
{% assign icon-name = include.icon %}
|
{% assign icon-name = include.icon %}
|
||||||
{% assign type = type | default: "outline" %}
|
{% assign type = include.type | default: "outline" %}
|
||||||
|
|
||||||
{% assign replace-to = "icon" %}
|
{% assign replace-to = "icon" %}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user