Skip to content
This repository has been archived by the owner on Nov 27, 2017. It is now read-only.

Commit

Permalink
maxlength on title of project
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg Allen committed Jan 6, 2011
1 parent 42fb40c commit 788ebe2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/templates/project.html
@@ -1,6 +1,6 @@
<div id="Project" class="Container Project">
<header>
<button class="Icon back" data-action="back"></button><input class="title" data-type="title" data-action="editTitle" placeholder="Tap to Edit Name" />
<button class="Icon back" data-action="back"></button><input class="title" data-type="title" data-action="editTitle" placeholder="Tap to Edit Name" maxlength="15" />
<ul class="Toolbar">
<li><button class="Icon top" data-action="scrollToTop"></button></li>
<li><button class="Icon incomplete hasCount current" data-action="filterAll"><span data-action="filterAll"></span></button></li>
Expand Down

0 comments on commit 788ebe2

Please sign in to comment.