Make WordPress Core


Ignore:
Timestamp:
12/03/2008 08:40:06 AM (18 years ago)
Author:
azaozz
Message:

Make postboxes less "jumpy" when dragging, see #8364

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/script-loader.php

    r10017 r10019  
    133133        $scripts->add( 'jquery-ui-core', '/wp-includes/js/jquery/ui.core.js', array('jquery'), '1.5.2' );
    134134        $scripts->add( 'jquery-ui-tabs', '/wp-includes/js/jquery/ui.tabs.js', array('jquery-ui-core'), '1.5.2' );
    135         $scripts->add( 'jquery-ui-sortable', '/wp-includes/js/jquery/ui.sortable.js', array('jquery-ui-core'), '1.5.2' );
     135        $scripts->add( 'jquery-ui-sortable', '/wp-includes/js/jquery/ui.sortable.js', array('jquery-ui-core'), '1.5.2b' );
    136136        $scripts->add( 'jquery-ui-draggable', '/wp-includes/js/jquery/ui.draggable.js', array('jquery-ui-core'), '1.5.2' );
    137137        $scripts->add( 'jquery-ui-resizable', '/wp-includes/js/jquery/ui.resizable.js', array('jquery-ui-core'), '1.5.2' );
     
    164164                $scripts->add( 'admin-users', '/wp-admin/js/users.js', array('wp-lists'), '20081117' );
    165165                $scripts->add( 'xfn', '/wp-admin/js/xfn.js', false, '3517' );
    166                 $scripts->add( 'postbox', '/wp-admin/js/postbox.js', array('jquery-ui-sortable'), '20081202' );
     166                $scripts->add( 'postbox', '/wp-admin/js/postbox.js', array('jquery-ui-sortable'), '20081203' );
    167167                $scripts->localize( 'postbox', 'postboxL10n', array(
    168168                        'requestFile' => admin_url('admin-ajax.php')
Note: See TracChangeset for help on using the changeset viewer.