Removed text from Email sharing

This commit is contained in:
Tobias Reich 2014-05-31 12:55:18 +02:00
parent 7806929649
commit c19c3f48b3
2 changed files with 2 additions and 2 deletions

View File

@ -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