--- a/player/js/player.js Wed Jun 26 11:13:10 2013 +0200
+++ b/player/js/player.js Wed Jun 26 11:22:20 2013 +0200
@@ -547,8 +547,7 @@
}
annotationDiv.find(".text-contents a").attr("target","_blank");
annotationDiv.find(".text-contents").css({
- "max-height":
- $(".main-video").height() - 140
+ "max-height": $(".main-video").height() - 140
});
break;
@@ -560,8 +559,7 @@
annotationDiv.find(".link-contents").html(
annotationinfo.annotation.content.links.map(linkTemplate).join("")
).css({
- "max-height":
- $(".main-video").height() - 140
+ "max-height": $(".main-video").height() - 140
});
break;