Skip to content

Commit

Permalink
Fix JS lint
Browse files Browse the repository at this point in the history
  • Loading branch information
mukeshpanchal27 committed Oct 25, 2023
1 parent 678e534 commit 9ffdd9d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion assets/js/plugin-check-admin.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,10 @@

// Join the selected category slugs with '__' and save it as a user setting.
const settingValue = selectedCategories.join( '__' );
window.setUserSetting( 'plugin_check_category_preferences', settingValue );
window.setUserSetting(
'plugin_check_category_preferences',
settingValue
);
}

// Attach the saveUserSettings function when a category checkbox is clicked.
Expand Down

0 comments on commit 9ffdd9d

Please sign in to comment.