[ Mini Kiebo ]
Server: Windows NT DESKTOP-5B8S0D4 6.2 build 9200 (Windows 8 Professional Edition) i586
Path:
D:
/
Backup
/
05122024
/
htdocs
/
siami
/
js
/
[
Home
]
File: deznav-init.js
(function($) { var direction = getUrlParams('dir'); if(direction != 'rtl') {direction = 'ltr'; } var dezSettingsOptions = { typography: "poppins", version: "light", layout: "Vertical", headerBg: "color_1", navheaderBg: "color_1", sidebarBg: "color_1", sidebarStyle: "full", sidebarPosition: "fixed", headerPosition: "fixed", containerLayout: "full", direction: direction }; new dezSettings(dezSettingsOptions); jQuery(window).on('resize',function(){ new dezSettings(dezSettingsOptions); }); })(jQuery);