Changeset 8035
- Timestamp:
- 06/03/2008 08:13:33 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/js/word-count.js
r7854 r8035 22 22 if ( t.block ) return; 23 23 t.block = 1; 24 tx = tx.replace( /^\s*|\s*$/g, '' ); 24 25 25 setTimeout( function() { 26 26 if ( tx ) {
Note: See TracChangeset
for help on using the changeset viewer.