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