Skip to content

Commit

Permalink
Fix #587 Move shinken-bookmarks.js at the top of HTML
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillaume Subiron committed Oct 2, 2017
1 parent 2b0d7a5 commit 7a53f0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion module/views/layout.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@
<!-- Scripts
================================================== -->
<script src="/static/js/jquery-1.12.0.min.js"></script>
<script src="/static/js/shinken-bookmarks.js?v={{app.app_version}}"></script>
</head>

<body>
Expand Down Expand Up @@ -194,7 +195,6 @@
%end

<script src="/static/js/shinken-layout.js?v={{app.app_version}}"></script>
<script src="/static/js/shinken-bookmarks.js?v={{app.app_version}}"></script>
<script src="/static/js/shinken-tooltip.js?v={{app.app_version}}"></script>

%# Include specific Js files ...
Expand Down

0 comments on commit 7a53f0c

Please sign in to comment.