Make WordPress Core


Ignore:
Timestamp:
02/18/2010 05:14:48 AM (15 years ago)
Author:
nacin
Message:

Allow tab to intent in plugin/theme editors. Reverts first pass, [13131]. Props azaozz, fixes #12204

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/plugin-editor.php

    r13131 r13191  
    1919
    2020wp_admin_css( 'theme-editor' );
    21 wp_enqueue_script( 'tabby' );
    2221
    2322$plugins = get_plugins();
     
    231230jQuery(document).ready(function($){
    232231    $('#template').submit(function(){ $('#scrollto').val( $('#newcontent').scrollTop() ); });
    233     $('#newcontent').scrollTop( $('#scrollto').val() ).tabby();
     232    $('#newcontent').scrollTop( $('#scrollto').val() );
    234233});
    235234/* ]]> */
Note: See TracChangeset for help on using the changeset viewer.