add indiancinema site dialog copyrights tab; fix 0xdb site dialog close handler
This commit is contained in:
parent
c57c6302dd
commit
169c9c6919
2 changed files with 2 additions and 1 deletions
|
@ -715,6 +715,7 @@
|
|||
{"id": "news", "title": "News"},
|
||||
{"id": "faq", "title": "Frequently Asked Questions"},
|
||||
{"id": "terms", "title": "Terms of Service"},
|
||||
{"id": "copyrights", "title": "Copyrights"},
|
||||
{"id": "contact", "title": "Contact"}
|
||||
],
|
||||
"sites": [
|
||||
|
|
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue