Skip to content

Commit

Permalink
screenshots & versions
Browse files Browse the repository at this point in the history
  • Loading branch information
contactjavas committed Aug 20, 2019
1 parent a7b89a2 commit 82762ce
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Binary file added assets/images/admin-screenshot-1.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/banner-772x250.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions class-setup.php
Original file line number Diff line number Diff line change
Expand Up @@ -249,12 +249,12 @@ public function admin_enqueue() {
}

// styles.
wp_enqueue_style( 'wp-color-picker', admin_url( 'css/color-picker.css' ), [], null, true );
wp_enqueue_style( 'settings-page', FRESHCOOKIEBAR_PLUGIN_URL . '/assets/css/settings-page.css', [], '0.1.0' );
wp_enqueue_style( 'wp-color-picker', admin_url( 'css/color-picker.css' ), [], FRESHCOOKIEBAR_PLUGIN_VERSION, true );
wp_enqueue_style( 'settings-page', FRESHCOOKIEBAR_PLUGIN_URL . '/assets/css/settings-page.css', [], FRESHCOOKIEBAR_PLUGIN_VERSION );

// scripts.
wp_register_script( 'iris', admin_url( 'js/iris.min.js' ), array( 'jquery-ui-draggable', 'jquery-ui-slider', 'jquery-touch-punch' ), '1.0.7', true );
wp_register_script( 'wp-color-picker', admin_url( 'js/color-picker.min.js' ), [ 'iris' ], null, true );
wp_register_script( 'wp-color-picker', admin_url( 'js/color-picker.min.js' ), [ 'iris' ], FRESHCOOKIEBAR_PLUGIN_VERSION, true );
wp_enqueue_script( 'wp-color-picker-alpha', FRESHCOOKIEBAR_PLUGIN_URL . '/assets/js/wp-color-picker-alpha.min.js', [ 'wp-color-picker' ], '2.1.3', true );
wp_enqueue_script( 'freshcookiebar-settings', FRESHCOOKIEBAR_PLUGIN_URL . '/assets/js/settings.js', [ 'wp-color-picker-alpha' ], FRESHCOOKIEBAR_PLUGIN_VERSION, true );
}
Expand Down

0 comments on commit 82762ce

Please sign in to comment.