Skip to content
Snippets Groups Projects
Commit eec70d61 authored by lechuck's avatar lechuck Committed by lucha
Browse files

added new url discovery to privacy share buttons

parent aeea5e16
No related branches found
No related tags found
No related merge requests found
......@@ -77,6 +77,9 @@
var url = this.element.parents(".post").find('.entry-title').find("a").attr("href");
if (url)
return url;
var url = this.element.parents(".post").find('.title').find("a").attr("href");
if (url)
return url;
else
return document.URL;
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment