Browse Source

Removed text from Email sharing

Tobias Reich 10 years ago
parent
commit
c19c3f48b3
2 changed files with 1 additions and 1 deletions
  1. 1 1
      assets/js/album.js
  2. 0 0
      assets/min/main.js

+ 1 - 1
assets/js/album.js

@@ -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 it is too large
+ 0 - 0
assets/min/main.js


Some files were not shown because too many files changed in this diff