mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-19 22:23:33 +01:00
Limit padname size to 50 characters
This commit is contained in:
parent
83597562c1
commit
a34c8e4721
1 changed files with 1 additions and 1 deletions
|
@ -163,7 +163,7 @@
|
||||||
<buttOn id="button" onclick="go2Random()" data-l10n-id="index.newPad"></button>
|
<buttOn id="button" onclick="go2Random()" data-l10n-id="index.newPad"></button>
|
||||||
<label id="label" for="padname" data-l10n-id="index.createOpenPad"></label>
|
<label id="label" for="padname" data-l10n-id="index.createOpenPad"></label>
|
||||||
<form action="#" onsubmit="go2Name();return false;">
|
<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>
|
<button type="submit">OK</button>
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue