Make WordPress Core


Ignore:
Timestamp:
04/11/2012 02:20:51 AM (14 years ago)
Author:
azaozz
Message:

Add the jQuery UI Touch Punch plugin to handle dragging on mobile devices, props georgestephanis, see #20014

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/index.php

    r20279 r20433  
    1919wp_enqueue_script( 'media-upload' );
    2020add_thickbox();
     21
     22if ( wp_is_mobile() )
     23    wp_enqueue_script( 'jquery-touch-punch' );
    2124
    2225$title = __('Dashboard');
Note: See TracChangeset for help on using the changeset viewer.