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