Changeset 13131 for trunk/wp-admin/theme-editor.php
- Timestamp:
- 02/14/2010 02:14:59 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/theme-editor.php
r12752 r13131 19 19 20 20 wp_admin_css( 'theme-editor' ); 21 wp_enqueue_script( 'tabby' ); 21 22 22 23 $themes = get_themes(); … … 233 234 jQuery(document).ready(function($){ 234 235 $('#template').submit(function(){ $('#scrollto').val( $('#newcontent').scrollTop() ); }); 235 $('#newcontent').scrollTop( $('#scrollto').val() ) ;236 $('#newcontent').scrollTop( $('#scrollto').val() ).tabby(); 236 237 }); 237 238 /* ]]> */
Note: See TracChangeset
for help on using the changeset viewer.