player/js/player.js
changeset 65 1da0c1382b07
parent 64 3f480bb52daa
child 71 af98a6dc9381
--- 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;