We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cca4e17 + b839618 commit ab498e5Copy full SHA for ab498e5
admin/assets/js/admin-settings-scripts.js
@@ -306,7 +306,7 @@
306
/* show processing status */
307
if (this.value === 'category') {
308
document.querySelectorAll('.angelleye-offers-tools-bulk-action-section.ofwc-bulk-action-target-where-category').forEach((object) => {
309
- object.style.display = 'none';
+ object.style.display = 'block';
310
});
311
document.getElementById('ofwc-bulk-action-target-where-category').setAttribute('required', 'required');
312
0 commit comments