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