forked from 0x2620/pandora
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": "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": [
|
||||||
|
|
|
@ -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();
|
||||||
|
|
Loading…
Reference in a new issue