Skip to content

Commit

Permalink
change directory_path to directory_url
Browse files Browse the repository at this point in the history
  • Loading branch information
jazzsequence committed Jul 7, 2015
1 parent 53a52c6 commit d1d51ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/options.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public function __construct() {

public function load_scripts( $hook ) {
if ( 'settings_page_wds_page_builder_options' == $hook ) {
wp_enqueue_script( 'page-builder', wds_page_builder()->directory_path . '/assets/js/page-builder.js', array( 'jquery' ), '1.4.1', true );
wp_enqueue_script( 'page-builder', wds_page_builder()->directory_url . '/assets/js/page-builder.js', array( 'jquery' ), '1.4.1', true );
}
}

Expand Down

0 comments on commit d1d51ac

Please sign in to comment.