integration/js/common.js
changeset 154 60ca7678f074
parent 115 e48bb5d43ac2
--- a/integration/js/common.js	Mon Aug 26 13:06:12 2013 +0200
+++ b/integration/js/common.js	Tue Oct 01 16:16:07 2013 +0200
@@ -43,7 +43,7 @@
     
     var opts = opts || {};
     opts.sel = opts.sel || $(".Ldt-Social");
-    opts.url = opts.url || document.location.href
+    opts.url = opts.url || document.location.href;
     opts.text = opts.text || $("title").text();
     
     if (!opts.sel.length) {
@@ -116,5 +116,5 @@
             "height=300,width=450,left=100,top=100,toolbar=0,menubar=0,status=0,location=0");
         return false;
     });
-}
+};
 }());
\ No newline at end of file