mirror of
https://github.com/tabler/tabler.git
synced 2025-12-22 01:44:25 +04:00
tabler submenus refactoring
This commit is contained in:
@@ -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');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user