This commit is contained in:
@@ -273,7 +273,7 @@ export default {
|
||||
|
||||
let timeZoneName = window.$gz.locale.getBrowserTimeZoneName();
|
||||
let languageName = window.$gz.locale.getBrowserLanguages();
|
||||
let hour12 = window.$gz.store.state.locale.hour12;
|
||||
let hour12 = window.$gz.store.state.userOptions.hour12;
|
||||
let ret = [];
|
||||
for (let i = 0; i < data.length; i++) {
|
||||
let o = data[i];
|
||||
|
||||
Reference in New Issue
Block a user