Plugin Directory

Changeset 1715451


Ignore:
Timestamp:
08/18/2017 06:12:32 PM (9 years ago)
Author:
gk.loveweb
Message:

Fixed css and js broken url

File:
1 edited

Legend:

Unmodified
Added
Removed
  • woo-in-stock-notifier/trunk/inc/classes/class-wsn-initialize.php

    r1713864 r1715451  
    332332
    333333            // Add the plugin style file.
    334             wp_enqueue_style( 'wsn_style', WSN_ASSEST_PATH . 'css/wsn-style.css' );
     334            wp_enqueue_style( 'wsn_style', WSN_ASSEST_PATH . '/css/wsn-style.css' );
    335335
    336336            // Add plugin js script.
    337             wp_enqueue_script( 'wsn_scripts', WSN_ASSEST_PATH . 'js/wsn-script.js' );
     337            wp_enqueue_script( 'wsn_scripts', WSN_ASSEST_PATH . '/js/wsn-script.js' );
    338338        }
    339339
Note: See TracChangeset for help on using the changeset viewer.