Private GIT

Skip to content
Snippets Groups Projects
Commit e5892173 authored by Fernando's avatar Fernando
Browse files

Merge pull request #2563 from OmgImAlexis/fix-anime-blackwhite-list

Fixes blackwhite list loading before jQuery
parents 8d07cc65 92682b8b
No related branches found
No related tags found
No related merge requests found
......@@ -71,6 +71,9 @@
$(this).toggle_SceneException();
</script>
% if show.is_anime:
<script type="text/javascript" src="${sbRoot}/js/blackwhite.js?${sbPID}"></script>
% endif
</%block>
<%block name="content">
% if not header is UNDEFINED:
......@@ -189,7 +192,6 @@ Separate words with a comma, e.g. "word1,word2,word3"<br />
% if show.is_anime:
<%include file="/inc_blackwhitelist.mako"/>
<script type="text/javascript" src="${sbRoot}/js/blackwhite.js?${sbPID}"></script>
% endif
<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 to comment