]> git.proxmox.com Git - pve-manager.git/commitdiff
ui: include qrcode and u2f libs also if debug is on
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 3 Apr 2019 12:36:11 +0000 (14:36 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 3 Apr 2019 13:26:37 +0000 (15:26 +0200)
because it's really not ideal if enabling debug breaks things...

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
www/index.html.tpl

index 2cb6d0c756607d1b1aa0994d4cae7a7d32c847ff..c8a5cc363bfd595a256bcdfc70ff2c349c7ce7d0 100644 (file)
@@ -22,9 +22,9 @@
     [%- ELSE %]
     <script type="text/javascript" src="/pve2/ext6/ext-all.js"></script>
     <script type="text/javascript" src="/pve2/ext6/charts.js"></script>
+    [% END %]
     <script type="text/javascript" src="/pve2/js/u2f-api.js"></script>
     <script type="text/javascript" src="/pve2/js/qrcode.min.js"></script>
-    [% END %]
     <script type="text/javascript">
     Proxmox = {
        Setup: { auth_cookie_name: 'PVEAuthCookie' },