awesome-wm-widgets/assets/js/init.js

11 lines
229 B
JavaScript
Raw Normal View History

2017-03-12 03:02:54 +01:00
(function($){
$(function(){
$('.button-collapse').sideNav();
}); // end of document ready
2017-03-12 21:38:18 +01:00
})(jQuery); // end of jQuery name space
// $(document).ready(function(){
// $('ul.tabs').tabs({ 'swipeable': true });
// });