Skip to content

Commit

Permalink
build(scripts): remove chosen css that is now in give-admin from bower
Browse files Browse the repository at this point in the history
This is just a fix for #2787 to resolve the chosen issue

In 2.1+ we are using webpack.
  • Loading branch information
DevinWalker committed Feb 17, 2018
1 parent 998711f commit b494987
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions includes/scripts.php
Original file line number Diff line number Diff line change
Expand Up @@ -255,8 +255,6 @@ function give_load_admin_scripts( $hook ) {
wp_enqueue_style( 'jquery-ui-css' );
wp_register_style( 'give-admin', $css_dir . 'give-admin' . $direction . $suffix . '.css', array(), GIVE_VERSION );
wp_enqueue_style( 'give-admin' );
wp_register_style( 'jquery-chosen', $css_dir . 'chosen' . $suffix . '.css', array(), GIVE_VERSION );
wp_enqueue_style( 'jquery-chosen' );
wp_enqueue_style( 'thickbox' );
wp_enqueue_style( 'wp-color-picker' );

Expand Down

0 comments on commit b494987

Please sign in to comment.