1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-21 17:34:25 +04:00

capture_once jekyll plugin, autosize fixes

This commit is contained in:
codecalm
2019-12-21 18:21:23 +01:00
parent fa80d6128a
commit f1c512de58
7 changed files with 60 additions and 24 deletions

View File

@@ -59,21 +59,6 @@ $(document).ready(function() {
// $('[data-toggle="tooltip"]').tooltip();
// $('[data-toggle="popover"]').popover();
/*
Autosize plugin
*/
if (window.autosize) {
(function() {
const elements = document.querySelectorAll('[data-toggle="autosize"]');
if (elements.length) {
elements.forEach(function(element) {
autosize(element);
});
}
})();
}
/*
Imask plugin
*/