1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-22 18:04:26 +04:00

tabler submenus refactoring

This commit is contained in:
codecalm
2019-10-27 17:16:16 +01:00
committed by Alex Safian
parent 212da5c6e8
commit c391a8cbde
5 changed files with 81 additions and 75 deletions

View File

@@ -5,6 +5,8 @@
* Licensed under MIT (https://github.com/tabler/tabler/blob/master/LICENSE)
*/
require('./tabler/dropdowns');
const tabler = {
colorVariation: function(color, variation) {
const colorValue = this.colors[color];
@@ -112,8 +114,6 @@ const tabler = {
},
};
$(document).ready(function() {
const $body = $('body');