Skip to content

Commit

Permalink
MAGETWO-42164: Login Modal Window popup duplicates on all pages
Browse files Browse the repository at this point in the history
This reverts commit 538bd0a.
  • Loading branch information
Alex Akimov committed Aug 31, 2015
1 parent 53bdd63 commit bb0e260
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,7 @@ define(

/** Init popup login window */
setModalElement: function (element) {
// create pop up if it doesn't exist
if (authenticationPopup.modalWindow == null) {
authenticationPopup.createPopUp(element)
}
authenticationPopup.createPopUp(element);
},

/** Is login form enabled for current customer */
Expand Down

0 comments on commit bb0e260

Please sign in to comment.