Skip to content

Commit

Permalink
make all delayjs categories collapsed by default
Browse files Browse the repository at this point in the history
  • Loading branch information
wordpressfan committed Jan 2, 2025
1 parent fd1a88d commit 0e04b15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/settings/fields/categorized_multiselect.php
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
continue;
}
?>
<div class="wpr-list<?php echo 'analytics' === $rocket_item_key ? ' open' : ''; ?>" id="wpr_djs_oneclick_exclusions_<?php echo esc_attr( $rocket_item_key ); ?>">
<div class="wpr-list" id="wpr_djs_oneclick_exclusions_<?php echo esc_attr( $rocket_item_key ); ?>">
<div class="wpr-list-header">
<div class="wpr-list-header-data">
<img src="<?php echo esc_url( WP_ROCKET_ASSETS_IMG_URL . $rocket_item['svg-icon'] . '.svg' ); ?>" />
Expand Down

0 comments on commit 0e04b15

Please sign in to comment.