forked from GNUsocial/gnu-social
Open geoname URL in a new window
This commit is contained in:
parent
bfa3aa0e7f
commit
50af9c5c40
@ -524,6 +524,11 @@ var SN = { // StatusNet
|
|||||||
|
|
||||||
NLN.attr('href', location.url);
|
NLN.attr('href', location.url);
|
||||||
NLN.text(NLN_text);
|
NLN.text(NLN_text);
|
||||||
|
NLN.click(function() {
|
||||||
|
window.open(location.url);
|
||||||
|
|
||||||
|
return false;
|
||||||
|
});
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user