forked from 0x2620/pandora
don't display 'Always show site poster' menu entry if not applicable
This commit is contained in:
parent
d51deff865
commit
4ecf56e783
8 changed files with 25 additions and 15 deletions
|
|
@ -179,6 +179,9 @@ pandora.clickLink = function(e) {
|
|||
e.target.hostname == document.location.hostname
|
||||
&& !Ox.starts(e.target.pathname, '/static')
|
||||
) {
|
||||
if (pandora.$ui.home && e.target.pathname != '/home') {
|
||||
pandora.$ui.home.fadeOutScreen();
|
||||
}
|
||||
pandora.URL.push(e.target.pathname);
|
||||
} else {
|
||||
window.open('/url=' + encodeURIComponent(e.target.href), '_blank');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue