Skip to content

Commit

Permalink
Remove tasks.js reference from index.html
Browse files Browse the repository at this point in the history
The file no longer exists. This only affects development environments,
not the built binary since it only references the minified scripts.js.
  • Loading branch information
spadgett committed Oct 4, 2017
1 parent 19ffee3 commit 98d75c0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,6 @@ <h1>JavaScript Required</h1>
<script src="scripts/directives/actionChip.js"></script>
<script src="scripts/directives/addConfigToApplication.js"></script>
<script src="scripts/directives/templateopt.js"></script>
<script src="scripts/directives/tasks.js"></script>
<script src="scripts/directives/catalog.js"></script>
<script src="scripts/directives/catalog/categoryContent.js"></script>
<script src="scripts/directives/catalog/catalogImage.js"></script>
Expand Down

0 comments on commit 98d75c0

Please sign in to comment.