diff --git a/dist/index.html b/dist/index.html
index 10a0d902..f80b62ce 100644
--- a/dist/index.html
+++ b/dist/index.html
@@ -63,6 +63,8 @@
}
}
+ window.swaggerUi.load();
+
$('#input_apiKey').change(addApiKeyAuthorization);
// if you have an apiKey you would like to pre-populate on the page for demonstration purposes...
@@ -72,8 +74,6 @@
addApiKeyAuthorization();
*/
- window.swaggerUi.load();
-
function log() {
if ('console' in window) {
console.log.apply(console, arguments);