forked from 0x2620/pandora
close preview dialog on ui.page change
This commit is contained in:
parent
1667510e2b
commit
26202ceed1
1 changed files with 3 additions and 0 deletions
|
@ -34,6 +34,9 @@ pandora.ui.previewDialog = function() {
|
||||||
pandora_item: function() {
|
pandora_item: function() {
|
||||||
that.close();
|
that.close();
|
||||||
},
|
},
|
||||||
|
pandora_page: function() {
|
||||||
|
that.close();
|
||||||
|
},
|
||||||
pandora_section: function() {
|
pandora_section: function() {
|
||||||
that.close();
|
that.close();
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue