comunic/assets/js/metro/metro-loader.js
2016-11-19 12:08:12 +01:00

47 lines
707 B
JavaScript
Executable File

var plugins = [
'global',
'core',
'locale',
'touch-handler',
'accordion',
'button-set',
'date-format',
'calendar',
'datepicker',
'carousel',
'countdown',
'dropdown',
'input-control',
'live-tile',
'progressbar',
'rating',
'slider',
'tab-control',
'table',
'times',
'dialog',
'notify',
'listview',
'treeview',
'fluentmenu',
'hint',
'streamer',
'stepper',
'drag-tile',
'scroll',
'pull',
'wizard',
'panel',
'tile-transform',
'initiator'
];
$.each(plugins, function(i, plugin){
$("<script/>").attr('src', 'js/metro/metro-'+plugin+'.js').appendTo($('head'));
});