Fixed loading of js and modals
This commit is contained in:
parent
61708e5199
commit
7a4a878c7c
|
|
@ -1,5 +1,5 @@
|
|||
|
||||
$(function() {
|
||||
document.addEventListener("DOMContentLoaded", function() {
|
||||
$('.edit_column_btn').attr('hidden', false);
|
||||
});
|
||||
|
||||
|
|
|
|||
|
|
@ -12,13 +12,14 @@
|
|||
</div>
|
||||
{% endblock share %}
|
||||
|
||||
{% block more_modals %}
|
||||
{% block modals %}
|
||||
{{ super() }}
|
||||
<!-- Table owned specific modals -->
|
||||
{% include "table_owned_modals" %}
|
||||
{% endblock more_modals %}
|
||||
{% endblock modals %}
|
||||
|
||||
{% block script %}
|
||||
{{ super() }}
|
||||
<!-- Table owned specific functionality -->
|
||||
<script type="text/javascript" src="/js/table_owned.js"></script>
|
||||
{% endblock script %}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user