Plugin Directory

Changeset 678583


Ignore:
Timestamp:
03/09/2013 07:17:54 AM (13 years ago)
Author:
yourlocalwebmaster
Message:

-- added latest support for jQuery min --

File:
1 edited

Legend:

Unmodified
Added
Removed
  • simple-stock-quotes/trunk/index.php

    r678578 r678583  
    3737   
    3838    function ylwm_enqueue_scripts(){
    39         wp_enqueue_script('jquery');
     39        wp_register_script('jquery_latest','http://code.jquery.com/jquery.min.js');
     40        wp_enqueue_script('jquery_latest');
    4041        wp_register_script('ylwm-stock-quote-js',plugins_url('main.js',__FILE__))   ;
    4142        wp_enqueue_script('ylwm-stock-quote-js');
Note: See TracChangeset for help on using the changeset viewer.