Plugin Directory

Changeset 562103


Ignore:
Timestamp:
06/22/2012 12:34:39 AM (14 years ago)
Author:
technosailor
Message:

make the peity library local instead of leeching off github

Location:
easy-graphs/trunk
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • easy-graphs/trunk/easy-graphs.php

    r562078 r562103  
    1717    public function js()
    1818    {
    19         wp_register_script( 'jquery-piety', 'http://benpickles.github.com/peity/jquery.peity.min.js', array( 'jquery' ) );
     19        wp_register_script( 'jquery-piety', plugins_url( 'jquery.peity.min.js', __FILE__ ), array( 'jquery' ) );
    2020        wp_enqueue_script( 'jquery-piety' );
    2121        wp_print_scripts();
Note: See TracChangeset for help on using the changeset viewer.