aboutsummaryrefslogtreecommitdiffstats
path: root/src/app.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/app.js')
-rw-r--r--src/app.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/app.js b/src/app.js
index 40224f933..0138bc84d 100644
--- a/src/app.js
+++ b/src/app.js
@@ -60,7 +60,7 @@ window.addEventListener('load', () => {
60 const menu = new MenuFactory(stores, actions); 60 const menu = new MenuFactory(stores, actions);
61 const touchBar = new TouchBarFactory(stores, actions); 61 const touchBar = new TouchBarFactory(stores, actions);
62 62
63 window.franz = { 63 window.ferdi = {
64 stores, 64 stores,
65 actions, 65 actions,
66 api, 66 api,
@@ -112,7 +112,7 @@ window.addEventListener('load', () => {
112 render(preparedApp, document.getElementById('root')); 112 render(preparedApp, document.getElementById('root'));
113 }, 113 },
114 }; 114 };
115 window.franz.render(); 115 window.ferdi.render();
116}); 116});
117 117
118// Prevent drag and drop into window from redirecting 118// Prevent drag and drop into window from redirecting