close preview dialog on ui.page change

This commit is contained in:
rolux 2013-07-21 13:33:06 +00:00
parent 1667510e2b
commit 26202ceed1

View file

@ -34,6 +34,9 @@ pandora.ui.previewDialog = function() {
pandora_item: function() {
that.close();
},
pandora_page: function() {
that.close();
},
pandora_section: function() {
that.close();
},