mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Expand layout
This commit is contained in:
@@ -33,7 +33,6 @@ const Basic = () => {
|
||||
*
|
||||
*/
|
||||
const init = () => {
|
||||
console.log('Basic store init')
|
||||
this.loadVariable('viewRange')
|
||||
this.loadVariable('darkMode')
|
||||
this.loadVariable('language')
|
||||
@@ -89,7 +88,6 @@ const Basic = () => {
|
||||
const triggerReady = () => {
|
||||
this.count++;
|
||||
if (this.count === this.readyCount) {
|
||||
console.log('Basic store is ready!')
|
||||
// trigger event:
|
||||
const event = new Event("BasicStoreReady");
|
||||
document.dispatchEvent(event);
|
||||
|
Reference in New Issue
Block a user