Travel: Update css, zmiany w widoku faktur zakupowych
This commit is contained in:
@@ -82,8 +82,8 @@ let isRtl = window.Helpers.isRtl(),
|
||||
|
||||
// Get style from local storage or use 'system' as default
|
||||
let storedStyle =
|
||||
localStorage.getItem('templateCustomizer-' + templateName + '--Style') || //if no template style then use Customizer style
|
||||
(window.templateCustomizer?.settings?.defaultStyle ?? 'light'); //!if there is no Customizer then use default style as light
|
||||
localStorage.getItem('templateCustomizer-' + templateName + '--Style') ||
|
||||
window.templateCustomizer.settings.defaultStyle;
|
||||
|
||||
// Set style on click of style switcher item if template customizer is enabled
|
||||
if (window.templateCustomizer && styleSwitcher) {
|
||||
|
||||
Reference in New Issue
Block a user