src/js/widgets/createAnnotationWidget.js
branchpopcorn-port
changeset 719 f2aa75a4d848
parent 718 c6660cd7bfb3
child 721 0c53eba54b11
equal deleted inserted replaced
718:c6660cd7bfb3 719:f2aa75a4d848
   236   
   236   
   237   if (this.cinecast_version) {
   237   if (this.cinecast_version) {
   238     this.selector.find(".Ldt-createAnnotation-Title").parent().show();      
   238     this.selector.find(".Ldt-createAnnotation-Title").parent().show();      
   239   }
   239   }
   240 
   240 
   241   var url = document.location.href + "id=" + annotation.id;
   241   var url = document.location.href + "#id=" + annotation.id;
   242   var twStatus = IriSP.mkTweetUrl(url);
   242   var twStatus = IriSP.mkTweetUrl(url);
   243   var gpStatus = IriSP.mkGplusUrl(url);
   243   var gpStatus = IriSP.mkGplusUrl(url);
   244   var fbStatus = IriSP.mkFbUrl(url);
   244   var fbStatus = IriSP.mkFbUrl(url);
   245   
   245   
   246   this.selector.find(".Ldt-createAnnotation-endScreen-TweetLink").attr("href", twStatus);
   246   this.selector.find(".Ldt-createAnnotation-endScreen-TweetLink").attr("href", twStatus);