Skip to content

Commit 32cec46

Browse files
committed
Update demofunctions.js
1 parent b89dbce commit 32cec46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

release/scripts/demofunctions.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ function initthemes(initialurl) {
134134
loadedThemes[themeIndex] = 2;
135135
}
136136
else if (!loadedTheme) {
137-
$.data(document.body, 'theme', 'material');
137+
$.data(document.body, 'theme', 'light');
138138
}
139139

140140
$('#themeComboBox').on('select', function (event) {

0 commit comments

Comments
 (0)