Skip to content

Commit ab498e5

Browse files
Merge pull request #515 from angelleye/OFW-309-bulk-updater-not-working-properly
OFW-309, Bulk Updater Not Working Properly
2 parents cca4e17 + b839618 commit ab498e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

admin/assets/js/admin-settings-scripts.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@
306306
/* show processing status */
307307
if (this.value === 'category') {
308308
document.querySelectorAll('.angelleye-offers-tools-bulk-action-section.ofwc-bulk-action-target-where-category').forEach((object) => {
309-
object.style.display = 'none';
309+
object.style.display = 'block';
310310
});
311311
document.getElementById('ofwc-bulk-action-target-where-category').setAttribute('required', 'required');
312312

0 commit comments

Comments
 (0)