Plugin Directory

Changeset 410853


Ignore:
Timestamp:
07/16/2011 10:33:33 PM (15 years ago)
Author:
ekweible
Message:

Removing an extra / from the src's to ask-it.js and ask-it.css

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ask-it/trunk/ask-it.php

    r408425 r410853  
    10391039     */
    10401040    public function register_scripts() {
    1041         wp_register_script( 'askit-js', ASKIT_PLUGIN_URL . '/ask-it.js', array( 'jquery' ) );
     1041        wp_register_script( 'askit-js', ASKIT_PLUGIN_URL . 'ask-it.js', array( 'jquery' ) );
    10421042        wp_enqueue_script( 'askit-js' );
    10431043    }
     
    10491049     */
    10501050    public function register_styles() {
    1051         wp_register_style( 'askit-css', ASKIT_PLUGIN_URL . '/ask-it.css' );
     1051        wp_register_style( 'askit-css', ASKIT_PLUGIN_URL . 'ask-it.css' );
    10521052        wp_enqueue_style( 'askit-css' );
    10531053    }
Note: See TracChangeset for help on using the changeset viewer.