Plugin Directory

Changeset 1870954


Ignore:
Timestamp:
05/08/2018 05:33:59 PM (8 years ago)
Author:
fraudgrade
Message:

Remove all instances of the word highchart and other comments from admin library

File:
1 edited

Legend:

Unmodified
Added
Removed
  • fraudgrade/trunk/libraries/admin.php

    r1806334 r1870954  
    118118
    119119        wp_enqueue_style(  'ipc-flags',   $plugin_url . '/css/flags16.css' );
    120         // enqueue highcharts library on dashboard page
    121120        if ( 'index.php' === $hook OR 'ip_check_page_ip_check' === $hook )
    122121        {
    123 //          wp_register_script( 'ipc-highchart', $plugin_url . '/js/highcharts.js', array( 'jquery' ), NULL, false );
    124 //          wp_enqueue_script(  'ipc-highchart' );
    125122            wp_register_script( 'ipc-flotcharts', $plugin_url . '/js/jquery.flot.combo.min.js', array( 'jquery' ), NULL, false );
    126123            wp_enqueue_script(  'ipc-flotcharts' );
Note: See TracChangeset for help on using the changeset viewer.