forked from FrederikBaerentsen/BrickTracker
Simplify the way javascript is loaded (we don't have that many scripts running) and use data attribute to instantiate grid and tables
This commit is contained in:
@@ -60,8 +60,3 @@
|
||||
</li>
|
||||
</ul>
|
||||
{{ accordion.footer() }}
|
||||
<script type="text/javascript">
|
||||
document.addEventListener("DOMContentLoaded", () => {
|
||||
setup_changers();
|
||||
});
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user