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
parent c57c6302dd
commit 169c9c6919
2 changed files with 2 additions and 1 deletions

View File

@ -715,6 +715,7 @@
{"id": "news", "title": "News"}, {"id": "news", "title": "News"},
{"id": "faq", "title": "Frequently Asked Questions"}, {"id": "faq", "title": "Frequently Asked Questions"},
{"id": "terms", "title": "Terms of Service"}, {"id": "terms", "title": "Terms of Service"},
{"id": "copyrights", "title": "Copyrights"},
{"id": "contact", "title": "Contact"} {"id": "contact", "title": "Contact"}
], ],
"sites": [ "sites": [

View File

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