Changeset 33060
- Timestamp:
- 07/03/2015 09:14:08 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/js/post.js
r33024 r33060 954 954 contentEditor = editor; 955 955 956 editor.on( 'nodechange keyup', _.debounce( update, 2000 ) );956 editor.on( 'nodechange keyup', _.debounce( update, 1000 ) ); 957 957 } ); 958 958 959 $content.on( 'input keyup', _.debounce( update, 2000 ) );959 $content.on( 'input keyup', _.debounce( update, 1000 ) ); 960 960 961 961 update();
Note: See TracChangeset
for help on using the changeset viewer.