source:
admin/js/_trackbacks.js
@
3706:170617361020
Revision 3706:170617361020, 185 bytes checked in by franck <carnet.franck.paul@…>, 8 years ago (diff) |
---|
Rev | Line | |
---|---|---|
[3706] | 1 | /*global $ */ |
2 | 'use strict'; | |
3 | ||
[0] | 4 | $(function() { |
[3706] | 5 | $('#tb_excerpt').keypress(function() { |
6 | if (this.value.length > 255) { | |
7 | this.value = this.value.substring(0, 255); | |
8 | } | |
9 | }); | |
[2566] | 10 | }); |
Note: See TracBrowser
for help on using the repository browser.