Removed text from Email sharing
This commit is contained in:
parent
7806929649
commit
c19c3f48b3
@ -332,7 +332,7 @@ album = {
|
||||
link = "http://www.facebook.com/sharer.php?u=" + encodeURI(url) + "&t=" + encodeURI(album.json.title);
|
||||
break;
|
||||
case 2:
|
||||
link = "mailto:?subject=" + encodeURI(album.json.title) + "&body=" + encodeURI("Hi! Check this out: " + url);
|
||||
link = "mailto:?subject=" + encodeURI(album.json.title) + "&body=" + encodeURI(url);
|
||||
break;
|
||||
default:
|
||||
link = "";
|
||||
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user