summaryrefslogtreecommitdiffstats
path: root/install/ui/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'install/ui/index.html')
-rw-r--r--install/ui/index.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/install/ui/index.html b/install/ui/index.html
index ac6682cfb..f31c0951b 100644
--- a/install/ui/index.html
+++ b/install/ui/index.html
@@ -44,7 +44,8 @@
'js/libs/bootstrap.js',
'js/libs/jquery.ordered-map.js',
'js/libs/browser.js',
- 'js/dojo/dojo.js'
+ 'js/dojo/dojo.js',
+ 'js/libs/qrcode.js'
];
ipa_loader.scripts(scripts, function() {
require(['freeipa/app'], function(app){ app.run(); });