Private GIT

Skip to content
Snippets Groups Projects
Commit 92682b8b authored by Alexis Tyler's avatar Alexis Tyler
Browse files

Fixes blackwhite list loading before jQuery

parent 8d22eb53
No related branches found
No related tags found
No related merge requests found
...@@ -71,6 +71,9 @@ ...@@ -71,6 +71,9 @@
$(this).toggle_SceneException(); $(this).toggle_SceneException();
</script> </script>
% if show.is_anime:
<script type="text/javascript" src="${sbRoot}/js/blackwhite.js?${sbPID}"></script>
% endif
</%block> </%block>
<%block name="content"> <%block name="content">
% if not header is UNDEFINED: % if not header is UNDEFINED:
...@@ -189,7 +192,6 @@ Separate words with a comma, e.g. "word1,word2,word3"<br /> ...@@ -189,7 +192,6 @@ Separate words with a comma, e.g. "word1,word2,word3"<br />
% if show.is_anime: % if show.is_anime:
<%include file="/inc_blackwhitelist.mako"/> <%include file="/inc_blackwhitelist.mako"/>
<script type="text/javascript" src="${sbRoot}/js/blackwhite.js?${sbPID}"></script>
% endif % endif
<input type="submit" id="submit" value="Submit" class="btn btn-primary" /> <input type="submit" id="submit" value="Submit" class="btn btn-primary" />
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment