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
SRCT
go
Commits
dc62ed65
Commit
dc62ed65
authored
Nov 15, 2016
by
Michael Bailey
Browse files
Move JS lower
parent
55265c20
Pipeline
#462
passed with stage
in 7 minutes and 23 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
go/go/templates/layouts/base.html
View file @
dc62ed65
...
...
@@ -30,7 +30,6 @@
<script
src=
"{% static "
js
/
jquery.min.js
"
%}"
></script>
<script
src=
"{% static "
js
/
bootstrap.min.js
"
%}"
></script>
<script
src=
"{% static "
js
/
clipboard.min.js
"
%}"
></script>
<script
src=
"{% static "
js
/
copy.js
"
%}"
></script>
</head>
...
...
@@ -48,6 +47,7 @@
{% include 'layouts/footer.html' %}
<script
src=
"{% static "
js
/
copy.js
"
%}"
></script>
</body>
</html>
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