Skip to content

Commit 963f0d9

Browse files
committed
deploy: 853ff23
1 parent 6ecb115 commit 963f0d9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

configuration/custom/custom.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,9 @@ var FlexivaCustomDeployment =
1414
TriSysApex.Constants.WhiteLabelled = true;
1515
TriSysApex.Constants.AboutImage = 'https://apex.trisys.co.uk/images/trisys/acme-splash-screen.png';
1616

17+
// Force default theme
1718
TriSysApex.Constants.DefaultTheme = 'Fire';
18-
TriSysProUI.ApplyThemeColour(TriSysApex.Constants.DefaultTheme);
19+
TriSysProUI.ForceThemeChange('css/themes/fire.css', TriSysApex.Constants.DefaultTheme)
1920

2021
// Custom nav bar logo
2122
var fnChangeSidebarLogo = function (elem)
@@ -26,7 +27,7 @@ var FlexivaCustomDeployment =
2627
elemSidebar.css('background-repeat', 'no-repeat');
2728
elemSidebar.css('background-position', 'bottom');
2829
};
29-
setTimeout(fnChangeSidebarLogo, 100);
30+
setTimeout(fnChangeSidebarLogo, 1000);
3031

3132
// TODO: Custom pre-login pages and nav bar
3233
var config = TriSysApex.Forms.Configuration;

0 commit comments

Comments
 (0)