Skip to content

Commit 57ee746

Browse files
committed
MAGETWO-69210: [Google Tag Manager] Ajax "Add to Cart" / "Remove from Cart" do not fire any events
1 parent 69ef86e commit 57ee746

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Backend/view/adminhtml/templates/widget

1 file changed

+1
-1
lines changed

app/code/Magento/Backend/view/adminhtml/templates/widget/grid.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ $numColumns = sizeof($block->getColumns());
150150

151151
<?php if (strpos($block->getRowClickCallback(), 'order.') !== false): ?>
152152
deps.push('Magento_Sales/order/create/form');
153-
deps.push('jQuery');
153+
deps.push('jquery');
154154
<?php endif; ?>
155155

156156
deps.push('mage/adminhtml/grid');

0 commit comments

Comments
 (0)