Skip to content

Commit 470eaea

Browse files
committed
Make help text seen initially. Hide w/ swagger
Fixes #33
1 parent d5b943b commit 470eaea

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

swagger/swagger-ui/swagger-ui.html

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@
4646
</script>
4747
<style>
4848
.empty-swagger-doc {
49-
display: none;
5049
margin: 10px;
5150
padding: 10px;
5251
background-color: #5AAAFA;
@@ -69,7 +68,7 @@
6968
</head>
7069

7170
<body class="swagger-section">
72-
<div class="empty-swagger-doc">
71+
<div class="empty-swagger-doc">
7372
<h2><span class="fa-stack fa-lg">
7473
<i class="fa fa-circle-thin fa-stack-2x"></i>
7574
<i class="fa fa-question fa-stack-1x"></i>
@@ -81,8 +80,8 @@ <h2 data-i18n>swagger.helpBox.title</h2>
8180
<p data-i18n>swagger.helpBox.swaggerInstructions1</p>
8281
<p data-i18n>swagger.helpBox.swaggerInstructions2</p>
8382
<p data-i18n>swagger.helpBox.swaggerOutro<p>
84-
</div>
85-
<div id="swagger-ui-container" class="swagger-ui-wrap" style="margin: 10px"></div>
83+
</div>
84+
<div id="swagger-ui-container" class="swagger-ui-wrap" style="margin: 10px"></div>
8685

8786
</body>
8887
</html>

0 commit comments

Comments
 (0)