Changeset 1708621
- Timestamp:
- 08/04/2017 09:18:23 PM (9 years ago)
- File:
-
- 1 edited
-
fastdee/trunk/includes/core/class-fd-util.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
fastdee/trunk/includes/core/class-fd-util.php
r1708614 r1708621 51 51 public function fd_public_site_add_scripts() { 52 52 // if checked open new tab, so loads js to do that 53 if ( checked( $this->getOptions( 'fd_btn_woocomerce_new_tab' ), 'true' )) {53 if ( $this->getOptions( 'fd_btn_woocomerce_new_tab' ) == 'true' ) { 54 54 wp_enqueue_script( 'fd-new-tab-buy-button', FASTDEE_URL . '/assets/js/open-new-tab-buy-button.js', array( 'jquery' ) ); 55 55 }
Note: See TracChangeset
for help on using the changeset viewer.