mamberamo/public/style/js/layout-compact-nav.js
2022-04-13 13:51:55 +07:00

9 lines
112 B
JavaScript

(function($) {
"use strict"
new dezSettings({
sidebarStyle: "compact"
});
})(jQuery);