diff -r 76400fd4ce70 -r a996a24e07d6 src/js/widgets/annotationsListWidget.js --- 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"]; }