src/js/widgets/annotationsListWidget.js
branchpopcorn-port
changeset 745 a996a24e07d6
parent 730 357fc047503b
child 748 ec1f7aa873f4
--- a/src/js/widgets/annotationsListWidget.js	Mon Jan 30 16:24:15 2012 +0100
+++ b/src/js/widgets/annotationsListWidget.js	Mon Jan 30 17:08:21 2012 +0100
@@ -150,7 +150,7 @@
         // so we append the cutting id to the url.
         obj["url"] = this.project_url + "/" + media + "/" + 
                      annotation.meta["project"] + "/" +
-                     annotation.meta["id-ref"] + "/";
+                     annotation.meta["id-ref"];
         
         // obj["url"] = document.location.href.split("#")[0] + "/" + annotation.meta["project"];
       }