window.$ = (query,el=document)=>{ return el.querySelector(query); }; { let url = encodeURIComponent(window.location.href), title = encodeURIComponent($('#share_title').innerText.trim()), desc = encodeURIComponent($('#share_desc').innerText.trim()); $('#shareables').innerHTML = ` Share on Facebook Tweet Send email `; } $('#footnotes_container').appendChild($('.footnotes')); $('#show_feetnotes_button').onclick = ()=>{ $('#show_feetnotes_button').style.display = 'none'; $('#shown_feetnotes').style.display = 'block'; $('.footnotes').style.display = 'block'; };