forked from 0x2620/pandora
fix link on indiancinema home screen
This commit is contained in:
parent
4457269267
commit
943298f061
1 changed files with 1 additions and 1 deletions
|
@ -98,7 +98,7 @@ pandora.ui.home = function() {
|
|||
.options({tooltip: 'Visit Pad.ma'})
|
||||
.bindEvent({
|
||||
anyclick: function() {
|
||||
document.location.href = '/url=https://pad.ma';
|
||||
window.open('/url=https://pad.ma', '_blank');
|
||||
}
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue