Plugin Directory

Changeset 2414421


Ignore:
Timestamp:
11/07/2020 11:05:09 AM (5 years ago)
Author:
onliste
Message:

fix jQuery call

File:
1 edited

Legend:

Unmodified
Added
Removed
  • oui-booking/trunk/obk.php

    r2384934 r2414421  
    5050        require_once ABSPATH . 'wp-admin/includes/plugin.php';
    5151    }
    52     wp_enqueue_script('oui-booking-front-js', plugins_url( 'js/obk_front.js', __FILE__ ));
     52    wp_enqueue_script('jquery');
     53    wp_enqueue_script('jquery-ui');
     54    wp_enqueue_script('oui-booking-front-js', plugins_url( 'js/obk_front.js', __FILE__ ), array('jquery'),'4.3.1');
    5355    wp_localize_script('oui-booking-front-js', 'WPJS', array(
    5456        'pluginsUrl' => plugins_url('',__FILE__),
Note: See TracChangeset for help on using the changeset viewer.