Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fixes #1472
  • Loading branch information
aristath committed Jul 20, 2017
1 parent fc3485c commit a960b63
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions controls/background/class-kirki-control-background.php
Expand Up @@ -50,6 +50,7 @@ public function enqueue() {

wp_enqueue_style( 'wp-color-picker-alpha' );
wp_enqueue_script( 'wp-color-picker-alpha', trailingslashit( Kirki::$url ) . 'assets/vendor/wp-color-picker-alpha/wp-color-picker-alpha.js', array( 'wp-color-picker' ), '1.2', true );
wp_enqueue_style( 'wp-color-picker' );

wp_enqueue_script( 'kirki-background', trailingslashit( Kirki::$url ) . 'controls/background/background.js', array( 'jquery', 'wp-color-picker-alpha' ) );
wp_enqueue_style( 'kirki-background', trailingslashit( Kirki::$url ) . 'controls/background/background.css', null );
Expand Down

0 comments on commit a960b63

Please sign in to comment.