Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Prefill chapter start time with 00:00:00
  • Loading branch information
cpojer committed May 16, 2013
1 parent 781ab19 commit 86e76a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Templates/form-chapter.handlebars
@@ -1,7 +1,7 @@
<ul class="formcontent">
<li>
<label class="left">
<input type="text" name="start" placeholder="00:00:00" class="right" data-required="1" data-format-time="1" data-matches="^(\d?\d)?:([0-5]\d?)(:([0-5]\d?(\.(\d{1,6})?)?)?)?$" />
<input type="text" name="start" placeholder="00:00:00" value="00:00:00" class="right" data-required="1" data-format-time="1" data-matches="^(\d?\d)?:([0-5]\d?)(:([0-5]\d?(\.(\d{1,6})?)?)?)?$" />
Start
</label>
</li>
Expand Down

0 comments on commit 86e76a5

Please sign in to comment.