| @@ -254,10 +254,8 @@ | ||
| 254 | 254 | wp_register_style( 'jquery-ui-css', $css_dir . 'jquery-ui-fresh' . $suffix . '.css' ); |
| 255 | 255 | wp_enqueue_style( 'jquery-ui-css' ); |
| 256 | 256 | wp_register_style( 'give-admin', $css_dir . 'give-admin' . $direction . $suffix . '.css', array(), GIVE_VERSION ); |
| 257 | 257 | wp_enqueue_style( 'give-admin' ); |
| 258 | - wp_register_style( 'jquery-chosen', $css_dir . 'chosen' . $suffix . '.css', array(), GIVE_VERSION ); | |
| 259 | - wp_enqueue_style( 'jquery-chosen' ); | |
| 260 | 258 | wp_enqueue_style( 'thickbox' ); |
| 261 | 259 | wp_enqueue_style( 'wp-color-picker' ); |
| 262 | 260 | |
| 263 | 261 | |