From 8769c4f4ad2d3b4706ff227386bec0e83bacf980 Mon Sep 17 00:00:00 2001 From: vantezzen Date: Wed, 21 Aug 2019 14:28:15 +0200 Subject: Replace public Franz occurences with Ferdi --- src/app.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/app.js') 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', () => { const menu = new MenuFactory(stores, actions); const touchBar = new TouchBarFactory(stores, actions); - window.franz = { + window.ferdi = { stores, actions, api, @@ -112,7 +112,7 @@ window.addEventListener('load', () => { render(preparedApp, document.getElementById('root')); }, }; - window.franz.render(); + window.ferdi.render(); }); // Prevent drag and drop into window from redirecting -- cgit v1.2.3-54-g00ecf