Skip to content

Commit

Permalink
Merge pull request #17 from redbitcz/https-fix
Browse files Browse the repository at this point in the history
Fix https
  • Loading branch information
jakubboucek authored Jul 8, 2019
2 parents e128cf0 + fe309bc commit efc09d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ public function ssc_group_column_content( $column, $post_id ) {
*/
public function enqueue_admin_scripts() {
wp_enqueue_style( 'ssc', SIMPLESHOP_PLUGIN_URL . 'css/ssc.css' );
wp_register_style( 'jquery-ui', 'http://code.jquery.com/ui/1.11.2/themes/smoothness/jquery-ui.css' );
wp_register_style( 'jquery-ui', 'https://code.jquery.com/ui/1.11.2/themes/smoothness/jquery-ui.css' );
wp_enqueue_style( 'jquery-ui' );
}
}

0 comments on commit efc09d1

Please sign in to comment.