mirror of
https://github.com/arfct/itty-bitty.git
synced 2026-03-11 08:54:33 +00:00
Added return to twitter function
This commit is contained in:
parent
7af47b5101
commit
b9f565ce08
1 changed files with 1 additions and 0 deletions
1
edit.js
1
edit.js
|
|
@ -255,4 +255,5 @@ function saveLink() {
|
|||
function tweetLink() {
|
||||
var url = "https://twitter.com/intent/tweet?url=" + encodeURIComponent(location.href);
|
||||
window.open(url, '_blank');
|
||||
return false;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue