aboutsummaryrefslogtreecommitdiffstats
path: root/src/app.js
diff options
context:
space:
mode:
authorLibravatar vantezzen <properly@protonmail.com>2019-08-21 14:28:15 +0200
committerLibravatar vantezzen <properly@protonmail.com>2019-08-21 14:28:15 +0200
commit8769c4f4ad2d3b4706ff227386bec0e83bacf980 (patch)
tree6bf4ea214df9171393a1a39baee2c1a81efe3055 /src/app.js
parentUpdate translation line numbers (diff)
downloadferdium-app-8769c4f4ad2d3b4706ff227386bec0e83bacf980.tar.gz
ferdium-app-8769c4f4ad2d3b4706ff227386bec0e83bacf980.tar.zst
ferdium-app-8769c4f4ad2d3b4706ff227386bec0e83bacf980.zip
Replace public Franz occurences with Ferdi
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