mirror of
https://github.com/zen-browser/desktop.git
synced 2026-03-09 02:05:35 +00:00
10 lines
659 B
HTML
10 lines
659 B
HTML
# This needs to be here, before all the other scripts, because it's used before
|
|
# the window is fully loaded.
|
|
# Make sure they are loaded before the global-scripts.inc file.
|
|
<script type="text/javascript">
|
|
Services.scriptloader.loadSubScript("chrome://browser/content/zen-components/ZenCommonUtils.mjs", this);
|
|
Services.scriptloader.loadSubScript("chrome://browser/content/zen-components/ZenKeyboardShortcuts.mjs", this);
|
|
Services.scriptloader.loadSubScript("chrome://browser/content/zen-components/ZenWorkspacesSync.mjs", this);
|
|
Services.scriptloader.loadSubScript("chrome://browser/content/zen-components/ZenWorkspacesStorage.mjs", this);
|
|
</script>
|