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/nav-menus.php

    r19684 r20433  
    3535wp_enqueue_script( 'wp-lists' );
    3636wp_enqueue_script( 'postbox' );
     37
     38if ( wp_is_mobile() )
     39    wp_enqueue_script( 'jquery-touch-punch' );
    3740
    3841// Container for any messages displayed to the user
Note: See TracChangeset for help on using the changeset viewer.