Commit 0bc36215 authored by jan.koester's avatar jan.koester
Browse files

test

parent cbf2c3e1
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -17,11 +17,11 @@
            I18n.translatePage();
            loadPlugins();
            loadDocument();
            bindToolbar();
            bindTreeActions();
            bindDialogs();
            bindSettingsDialog();
            bindAiDialog();
            try { bindToolbar(); } catch(e) { console.error('bindToolbar:', e); }
            try { bindTreeActions(); } catch(e) { console.error('bindTreeActions:', e); }
            try { bindDialogs(); } catch(e) { console.error('bindDialogs:', e); }
            try { bindSettingsDialog(); } catch(e) { console.error('bindSettingsDialog:', e); }
            try { bindAiDialog(); } catch(e) { console.error('bindAiDialog:', e); }
            Preview.clear();

            DocumentTree.setOnSelect(function(uuid) {