Organizing UI scripts.

Moved landing.ejs specific scripts to a dedicated file. General cleanup for other script files. Need to examine the remaining code in actionbinder.js to determine the most logical place for it.
This commit is contained in:
Daniel Scalzi
2018-04-25 17:40:46 -04:00
parent 4d26298b98
commit 1b38629084
5 changed files with 489 additions and 456 deletions

View File

@@ -141,4 +141,5 @@
</div>
</div>
</div>
<script src="./assets/js/scripts/landing.js"></script>
</div>