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
5bbe4e03
Commit
5bbe4e03
authored
Nov 16, 2016
by
David Haynes
🙆
Browse files
Merge branch 'issue82' into 'master'
Move JS lower Move the JS reference later closes
#82
See merge request
!41
parents
55265c20
dc62ed65
Pipeline
#463
passed with stage
in 7 minutes and 19 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
go/go/templates/layouts/base.html
View file @
5bbe4e03
...
...
@@ -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>
...
...
@@ -47,7 +46,8 @@
</div>
{% 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