Skip to content

Commit

Permalink
Laden der zusätzliches JS für den Customizer nun via get_template_dir…
Browse files Browse the repository at this point in the history
…ectory_uri
  • Loading branch information
xwolfde committed Apr 18, 2018
1 parent cb34511 commit a5f7518
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion css/sass/_variables.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

// Thene Version
$version: '1.3.2';
$version: '1.3.3';
// Theme Version
// First Digit: Manual
// Second Digit: Branch Version
Expand Down
2 changes: 1 addition & 1 deletion inc/xwolf-customizer.php
Original file line number Diff line number Diff line change
Expand Up @@ -589,7 +589,7 @@ class WP_Customize_Range_Value_Control extends WP_Customize_Control {
public $type = 'range-value';

public function enqueue() {
wp_enqueue_script( 'xwolf-customizer', get_stylesheet_directory_uri() . '/js/xwolf-customizer.js', array( 'jquery' ), rand(), true );
wp_enqueue_script( 'xwolf-customizer', get_template_directory_uri() . '/js/xwolf-customizer.js', array( 'jquery' ), rand(), true );
}
public function render_content() {
?>
Expand Down
2 changes: 1 addition & 1 deletion style.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a5f7518

Please sign in to comment.