Updating the materialize library and calls.

This commit is contained in:
Brian McGonagill 2024-07-22 11:56:35 -05:00
parent a118bf38fc
commit e44ef98be4
17 changed files with 10582 additions and 15529 deletions

View file

@ -8,7 +8,7 @@
<i class="material-icons clickable markAsComplete right" id="check_{{this._id}}">check</i>
</li>
{{/each}}
<li class="collection-item clickable addNew" id="addList"> + Add New List</li>
<li data-target="modalList" class="modal-trigger collection-item clickable addNew" id="addList"> + Add New List</li>
</ul>
</div>
</div>
@ -19,7 +19,7 @@
{{> listMgmtForm}}
</div>
<div class="modal-footer">
<a href="#!" class="modal-close waves-effect waves-green btn-flat">Done</a>
<a href="#!" class="modal-close waves-effect black white-text btn-flat">Done</a>
</div>
</div>
{{> snackbar}}