Plugin Directory

Changeset 2045303


Ignore:
Timestamp:
03/06/2019 02:12:11 PM (7 years ago)
Author:
stubob
Message:

fix div name, shortcode

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tokenpile-client/tags/0.9.0b/public/class-tokenpile_client-public.php

    r2042947 r2045303  
    104104            'jquery'
    105105        ), $this->version, false);
    106         wp_enqueue_script("tokenpile_main", $this->url . "/tokenpile-public/tokenpile.js", array(
     106        wp_enqueue_script("tokenpile_main", "//www.tokenpile.com/tokenpile-public/tokenpile.js", array(
    107107            'jquery'
    108108        ), $this->version, false);
Note: See TracChangeset for help on using the changeset viewer.