D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home3
/
encodto1
/
salvation.incrediblebengal.com
/
admin
/
js
/
Filename :
deznav-init.js
back
Copy
(function($) { // var direction = getUrlParams('dir'); // if(direction != 'rtl') // {direction = 'ltr'; } var dezSettingsOptions = { typography: "poppins", version: "light", layout: "Vertical", headerBg: "color_1", navheaderBg: "color_3", sidebarBg: "color_3", sidebarStyle: "full", sidebarPosition: "fixed", headerPosition: "fixed", containerLayout: "full", // direction: direction }; new dezSettings(dezSettingsOptions); jQuery(window).on('resize',function(){ new dezSettings(dezSettingsOptions); }); })(jQuery);