fixed link bug. popcorn-port
authorhamidouk
Thu, 26 Jan 2012 13:01:47 +0100
branchpopcorn-port
changeset 719 f2aa75a4d848
parent 718 c6660cd7bfb3
child 720 08b8b3ce30e4
fixed link bug.
src/js/widgets/createAnnotationWidget.js
--- a/src/js/widgets/createAnnotationWidget.js	Thu Jan 26 12:50:50 2012 +0100
+++ b/src/js/widgets/createAnnotationWidget.js	Thu Jan 26 13:01:47 2012 +0100
@@ -238,7 +238,7 @@
     this.selector.find(".Ldt-createAnnotation-Title").parent().show();      
   }
 
-  var url = document.location.href + "id=" + annotation.id;
+  var url = document.location.href + "#id=" + annotation.id;
   var twStatus = IriSP.mkTweetUrl(url);
   var gpStatus = IriSP.mkGplusUrl(url);
   var fbStatus = IriSP.mkFbUrl(url);