From 19c34cf1ead0a3ca83a940f6033545902589d2f4 Mon Sep 17 00:00:00 2001 From: Alex Agranov Date: Fri, 19 Sep 2014 18:18:57 -0400 Subject: [PATCH] tidy up the commenting --- dist/index.html | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/dist/index.html b/dist/index.html index 17cd7e93..1a419be6 100644 --- a/dist/index.html +++ b/dist/index.html @@ -65,9 +65,11 @@ }); // if you have an apiKey you would like to pre-populate on the page for demonstration purposes... - // var apiKey = "myApiKeyXXXX123456789"; - // $('#input_apiKey').val(apiKey); - // addApiKeyAuthorization(); + /* + var apiKey = "myApiKeyXXXX123456789"; + $('#input_apiKey').val(apiKey); + addApiKeyAuthorization(); + */ window.swaggerUi.load(); });