Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/firstrunwizard.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
authorJohn Molakvoæ <skjnldsv@protonmail.com>2021-12-04 13:50:23 +0300
committerJohn Molakvoæ <skjnldsv@protonmail.com>2021-12-04 14:06:34 +0300
commita75e21ff7b7d2ded8ad50eb0e0151ee07ef4f6af (patch)
tree8a88f522b62e60e4e0ace4966ab42731470a4e8f /js
parent8e8e1d9f137e94c9cedb95204febdaf1a634ab02 (diff)
Update workflows
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
Diffstat (limited to 'js')
-rw-r--r--js/activate.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/activate.js b/js/activate.js
index a189b4a6..b41b4e95 100644
--- a/js/activate.js
+++ b/js/activate.js
@@ -1,5 +1,5 @@
document.addEventListener('DOMContentLoaded', function() {
- window.OCP.Loader.loadScript(appName, 'firstrunwizard-main.js').then(function() {
+ window.OCP.Loader.loadScript('firstrunwizard', 'firstrunwizard-main.js').then(function() {
OCA.FirstRunWizard.open(true);
});
});