Skip to content

Commit

Permalink
Bug: Invalid reference which refers to an non-exsting javascript file.
Browse files Browse the repository at this point in the history
  • Loading branch information
iissnan committed Apr 1, 2016
1 parent 7835a22 commit e9b52de
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion layout/_scripts/pages/post-details.swig
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
<script type="text/javascript" src="{{ url_for(theme.js) }}/src/scrollspy.js?v={{ theme.version }}"></script>
<script type="text/javascript" src="{{ url_for(theme.vendors) }}/jquery-scrollintoview/jquery.scrollintoview.min.js?v={{ theme.version }}"></script>
<script type="text/javascript" src="{{ url_for(theme.js) }}/src/post-details.js?v={{ theme.version }}"></script>

0 comments on commit e9b52de

Please sign in to comment.