File tree Expand file tree Collapse file tree 2 files changed +184
-190
lines changed
Expand file tree Collapse file tree 2 files changed +184
-190
lines changed Original file line number Diff line number Diff line change 33import * as ui from "/src/modules/ui.js" ;
44import storage from "/src/modules/storage.js" ;
55import * as auth from "/src/modules/auth.js" ;
6- import * as themes from "/src/themes/themes.js" ;
76import Element from "/src/modules/element.js" ;
87import extendedSchedule from "/src/periods/extendedSchedule.json" ;
8+ import * as themes from "/src/themes/themes.js" ;
99
1010import { autocomplete , uniqueSymbols } from "/src/symbols/symbols.js" ;
1111import { unixToString , unixToTimeString } from "/src/modules/time.js" ;
@@ -561,9 +561,6 @@ try {
561561 ui . reloadUnsavedInputs ( ) ;
562562 // Render Theme Store
563563 themes . renderStore ( ) ;
564- setTimeout ( ( ) => {
565- ui . view ( "store" ) ;
566- } , 2000 ) ;
567564 }
568565
569566 async function updateSegment ( event , sameSegment = false ) {
You can’t perform that action at this time.
0 commit comments