add indiancinema site dialog copyrights tab; fix 0xdb site dialog close handler

This commit is contained in:
rolux 2013-03-08 06:07:08 +00:00
commit 169c9c6919
2 changed files with 2 additions and 1 deletions

View file

@ -154,7 +154,7 @@ pandora.ui.siteDialog = function(section) {
})
.bindEvent({
close: function(data) {
pandora.UI.set({page: ''});
Ox.getObjectById(tabs, pandora.user.ui.page) && pandora.UI.set({page: ''});
},
resize: function(data) {
var selected = $tabPanel.selected();