We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48fe811 commit c9b7388Copy full SHA for c9b7388
src/Presentation/SmartStore.Web/Scripts/public.product.js
@@ -74,11 +74,11 @@
74
// Iterate all elems with [data-partial] attribute...
75
var $el = $(el);
76
var partial = $el.data('partial');
77
-
+
78
if (partial && !(isTouchSpin && partial === 'OfferActions') && !(isDateTime && partial === 'Variants')) {
79
// ...fetch the updated html from the corresponding AJAX result object's properties
80
if (data.Partials && data.Partials.hasOwnProperty(partial)) {
81
- if (partial === 'Variants') {
+ if (partial === 'Variants' || partial === 'BundleItemVariants') {
82
$el.find('[data-toggle=tooltip], .tooltip-toggle').tooltip('hide');
83
}
84
0 commit comments