Skip to content

Commit

Permalink
Fix for new jquery
Browse files Browse the repository at this point in the history
  • Loading branch information
superdav42 committed Sep 21, 2022
1 parent 9b4b65b commit 52b4a96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion view/frontend/web/usage.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ define([
e.preventDefault();
$('#maincontent .product.info.detailed').toggle();
$('#maincontent .product-info-main .product-info-main > div:not(.product-add-form)').toggle();
$('#product-options-wrapper > div > :not(.product-info-price):not(.usages-container)').toggle();
$('#product-options-wrapper > div > div:not(.product-info-price):not(.usages-container)').toggle();
$('.usages-container-inner').toggle();
$('#usage-button').toggle();
if (self.hidden) {
Expand Down

0 comments on commit 52b4a96

Please sign in to comment.