actually wait

This commit is contained in:
Nicky Case 2018-10-26 15:01:09 -04:00
parent fa19f06242
commit c3527dffc3
1 changed files with 1 additions and 1 deletions

View File

@ -521,7 +521,7 @@ xhr.send();
var share_title = encodeURIComponent( $("#share_title").innerText.trim() );
var share_desc = encodeURIComponent( $("#share_desc").innerText.trim() );
var share_url = encodeURIComponent( /*window.location.origin+window.location.pathname*/ "https://ncase.me/remember/" );
var share_url = encodeURIComponent( window.location.origin+window.location.pathname );
var hrefs = {
facebook: "https://www.facebook.com/sharer/sharer.php?u="+share_url,