]> git.proxmox.com Git - pve-docs.git/commitdiff
api-viewer: use much smaller minified extjs
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 25 Jul 2018 09:21:30 +0000 (11:21 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Thu, 26 Jul 2018 12:10:33 +0000 (14:10 +0200)
Use the over 4 times smaller minfied version of ExtJS, not the debug
one.

Any developer can easily use the debug version if needed, but most of
the times it this isn't the case.

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

index 97ed69e4de673b96f7f7a0008f58500fcacc6e9b..e8a00bf688a8ac0d2316164b87a01c0aaa12efbf 100644 (file)
@@ -6,7 +6,7 @@
     <title>Proxmox VE API Documentation</title>
 
     <link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/extjs/6.0.1/classic/theme-crisp-touch/resources/theme-crisp-touch-all.css">
     <title>Proxmox VE API Documentation</title>
 
     <link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/extjs/6.0.1/classic/theme-crisp-touch/resources/theme-crisp-touch-all.css">
-   <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/extjs/6.0.1/ext-all-debug.js"></script>   
+    <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/extjs/6.0.1/ext-all.js"></script>
     <script type="text/javascript" src="apidoc.js"></script>
 </head>
 <body></body>
     <script type="text/javascript" src="apidoc.js"></script>
 </head>
 <body></body>