forked from leftypol/leftypol
Call upload-selection.js inline
Makes the change happen earlier, reducing content shift
This commit is contained in:
parent
ae65959a48
commit
3ae859d6e6
2 changed files with 6 additions and 3 deletions
|
@ -210,6 +210,9 @@
|
|||
<input type="hidden" name="hash" value="{{ antibot.hash() }}">
|
||||
</form>
|
||||
|
||||
{% if 'js/upload-selection.js' in config.additional_javascript %}
|
||||
<script type="text/javascript">if (typeof init_upload_selection !== 'undefined') init_upload_selection();</script>
|
||||
{% endif %}
|
||||
<script type="text/javascript">{% raw %}
|
||||
rememberStuff();
|
||||
{% endraw %}</script>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue