@@ -37,7 +37,7 @@ |
||
37 | 37 | |
38 | 38 | wp_enqueue_script( 'kirki-background', trailingslashit( Kirki::$url ) . 'controls/background/background.js', array( 'jquery', 'wp-color-picker-alpha' ) ); |
39 | 39 | wp_enqueue_style( 'kirki-background', trailingslashit( Kirki::$url ) . 'controls/background/background.css', null ); |
40 | - } |
|
40 | + } |
|
41 | 41 | |
42 | 42 | /** |
43 | 43 | * Refresh the parameters passed to the JavaScript via JSON. |