1
0
Fork 0

Frontend: Fixed an inconsistency. If a Modal-Dialog was open and the URL was changed manually the Dialog is kept. When closing the dialog the URL was changed but there was no redirection. Now redirection is triggered

This commit is contained in:
Michael Hackstein 2013-03-28 11:10:13 +01:00
parent 0884078a25
commit 79659893aa
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ var collectionView = Backbone.View.extend({
}
},
hidden: function () {
window.App.navigate("#");
window.App.navigate("#", {trigger: true});
},
fillModal: function() {
try {