Open geoname URL in a new window

This commit is contained in:
Sarven Capadisli 2010-01-04 09:10:21 +00:00
parent bfa3aa0e7f
commit 50af9c5c40
1 changed files with 5 additions and 0 deletions

View File

@ -524,6 +524,11 @@ var SN = { // StatusNet
NLN.attr('href', location.url);
NLN.text(NLN_text);
NLN.click(function() {
window.open(location.url);
return false;
});
});
});
}