diff --git a/admin/javascript/src/boot/index.js b/admin/javascript/src/boot/index.js index 863bdb58a..89da211d1 100644 --- a/admin/javascript/src/boot/index.js +++ b/admin/javascript/src/boot/index.js @@ -33,4 +33,4 @@ function appBoot() { // Entwine hooks are being used to set up the . // `window.onload` happens AFTER these Entwine hooks which means // the store is undefined when the is constructed. -$('body').entwine({ onadd: () => { appBoot(); } }); +$('body').entwine({ onadd: () => appBoot() });