Skip to content
This repository has been archived by the owner on Oct 8, 2021. It is now read-only.

Commit

Permalink
Popup: Return from the dialogHashKey state when the back link takes t…
Browse files Browse the repository at this point in the history
…he form of a link to the page that opened the dialog.
  • Loading branch information
Gabriel Schulhof committed Nov 28, 2012
1 parent 9bbe152 commit a6763f3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion js/widgets/popup.js
Expand Up @@ -720,7 +720,8 @@ define( [ "jquery",
this.options.container.unbind( this.options.closeEvents );
this._close( true );
} else {
this._close();
this.close();
e.preventDefault();
}

return;
Expand Down

0 comments on commit a6763f3

Please sign in to comment.