integration/js/social.js
changeset 50 89e152523cb6
parent 49 a21b851538b2
child 82 e36c35fb4468
--- a/integration/js/social.js	Fri Nov 23 19:13:50 2012 +0100
+++ b/integration/js/social.js	Mon Nov 26 18:42:56 2012 +0100
@@ -46,3 +46,5 @@
     sel.find(".Ldt-Social-Gplus").attr("href", "https://plus.google.com/share?" + $.param({ url: url, title: text }));
     sel.find(".Ldt-Social-Mail").attr("href", "mailto:?" + $.param({ subject: text, body: text + ": " + url }));
 }
+
+/* END social.js */