accept loop param on task

This commit is contained in:
Bel LaPointe
2021-07-17 10:34:22 -06:00
parent 6abfab229a
commit 81c8743de7
5 changed files with 34 additions and 12 deletions

View File

@@ -25,7 +25,7 @@
window.location.href += '/?pda';
}
mytinytodo.mttUrl = "/";
mytinytodo.templateUrl = "/themes/default/";
mytinytodo.db = new mytinytodoStorageAjax(mytinytodo);
@@ -168,6 +168,10 @@
<span class="h">Due </span>
<input name="duedate" id="duedate" value="" class="in100" title="Y-M-D, M/D/Y, D.M.Y, M/D, D.M" autocomplete="off"/>
</div>
<div class="form-row form-row-short">
<span class="h">Loop </span>
<input type="text" name="loop" value="" class="in100" maxlength="20"/>
</div>
<div class="form-row-short-end"></div>
<div class="form-row">
<div class="h">Task</div>