Limit padname size to 50 characters

pull/2863/head
Augusto Bennemann 2015-12-22 13:25:56 -02:00
parent 83597562c1
commit a34c8e4721
1 changed files with 1 additions and 1 deletions

View File

@ -163,7 +163,7 @@
<buttOn id="button" onclick="go2Random()" data-l10n-id="index.newPad"></button>
<label id="label" for="padname" data-l10n-id="index.createOpenPad"></label>
<form action="#" onsubmit="go2Name();return false;">
<input type="text" id="padname" autofocus x-webkit-speech>
<input type="text" id="padname" maxlength="50" autofocus x-webkit-speech>
<button type="submit">OK</button>
</form>
</div>