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