Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Ihor Kaharlichenko
swagger-ui-oms
Commits
fca0bdf1
Commit
fca0bdf1
authored
Aug 15, 2013
by
Tony Tam
Browse files
Merge pull request #286 from bcls/master
fix for issue #285
parents
888db09f
727d9e03
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/html/index.html
View file @
fca0bdf1
...
...
@@ -3,7 +3,7 @@
<head>
<title>
Swagger UI
</title>
<link
href=
'//fonts.googleapis.com/css?family=Droid+Sans:400,700'
rel=
'stylesheet'
type=
'text/css'
/>
<link
href=
'css/high
t
light.default.css'
media=
'screen'
rel=
'stylesheet'
type=
'text/css'
/>
<link
href=
'css/highlight.default.css'
media=
'screen'
rel=
'stylesheet'
type=
'text/css'
/>
<link
href=
'css/screen.css'
media=
'screen'
rel=
'stylesheet'
type=
'text/css'
/>
<script
type=
"text/javascript"
src=
"lib/shred.bundle.js"
/></script>
<script
src=
'lib/jquery-1.8.0.min.js'
type=
'text/javascript'
></script>
...
...
@@ -16,7 +16,6 @@
<script
src=
'lib/swagger.js'
type=
'text/javascript'
></script>
<script
src=
'swagger-ui.js'
type=
'text/javascript'
></script>
<script
src=
'lib/highlight.7.3.pack.js'
type=
'text/javascript'
></script>
<script
src=
'lib/highlight.7.3.pack.js'
type=
'text/javascript'
></script>
<script
type=
"text/javascript"
>
$
(
function
()
{
window
.
swaggerUi
=
new
SwaggerUi
({
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment