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

Commit

Permalink
[popup] Do not forget about the no-history-manipulation case when cal…
Browse files Browse the repository at this point in the history
…ling _open()
  • Loading branch information
Gabriel Schulhof committed Sep 7, 2012
1 parent f4f269b commit a1356c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/widgets/popup.js
Expand Up @@ -684,6 +684,7 @@ define( [ "jquery",
// if history alteration is disabled close on navigate events
// and leave the url as is
if( !opts.history ) {
self._open( options );
self._bindContainerClose();

// When histoy is disabled we have to grab the data-rel
Expand Down

0 comments on commit a1356c1

Please sign in to comment.