Skip to content

Commit 907e166

Browse files
author
Oleksandr Dubovyk
committed
MAGETWO-55854: [FF, IE10] Switching between tabs doesn't work
1 parent 38d4b9a commit 907e166

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Ui/view/base/web/js/lib/step-wizard.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ define([
213213
modal.closeModal();
214214
}
215215
},
216-
showSpecificStep: function () {
216+
showSpecificStep: function (data, event) {
217217
var index = _.indexOf(this.stepsNames, event.target.hash.substr(1)),
218218
stepName = this.wizard.move(index);
219219

0 commit comments

Comments
 (0)