Skip to content
Snippets Groups Projects
Commit 66381c43 authored by Chris Hallberg's avatar Chris Hallberg
Browse files

Replaced missed cartSubmit with bulkActionSubmit.

parent de01f5ae
No related merge requests found
...@@ -187,7 +187,7 @@ $(document).ready(function() { ...@@ -187,7 +187,7 @@ $(document).ready(function() {
Lightbox.addFormCallback('accountForm', function(html) { Lightbox.addFormCallback('accountForm', function(html) {
updatePageForLogin(); updatePageForLogin();
if (lastCartSubmit !== false) { if (lastCartSubmit !== false) {
cartSubmit(lastCartSubmit); bulkActionSubmit(lastCartSubmit);
lastCartSubmit = false; lastCartSubmit = false;
} else { } else {
newAccountHandler(html); newAccountHandler(html);
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment