Corrected max-height config missing from AnnotationsList in views using the widget
--- a/server/src/remie/templates/remie/iframe_segments_group.html Tue Oct 06 16:49:15 2015 +0200
+++ b/server/src/remie/templates/remie/iframe_segments_group.html Mon Oct 12 11:46:23 2015 +0200
@@ -153,7 +153,8 @@
display_string = params.first_name.charAt(0)+". "+params.last_name
}
return display_string;
- }
+ },
+ widget_max_height: 350
},{
type: "LatestAnnotation",
annotation_type: "user_",
--- a/server/src/remie/templates/remie/iframe_segments_preview.html Tue Oct 06 16:49:15 2015 +0200
+++ b/server/src/remie/templates/remie/iframe_segments_preview.html Mon Oct 12 11:46:23 2015 +0200
@@ -151,7 +151,8 @@
display_string = params.first_name.charAt(0)+". "+params.last_name
}
return display_string;
- }
+ },
+ widget_max_height: 350
},{
type: "LatestAnnotation",
annotation_type: "user_",
--- a/server/src/remie/templates/remie/iframe_segments_single.html Tue Oct 06 16:49:15 2015 +0200
+++ b/server/src/remie/templates/remie/iframe_segments_single.html Mon Oct 12 11:46:23 2015 +0200
@@ -148,7 +148,8 @@
display_string = params.first_name.charAt(0)+". "+params.last_name
}
return display_string;
- }
+ },
+ widget_max_height: 350
},{
type: "LatestAnnotation",
annotation_type: "user_{% if not group_mode %}{{current_user}}{% endif %}",
--- a/server/src/remie/templates/remie/iframe_teacher.html Tue Oct 06 16:49:15 2015 +0200
+++ b/server/src/remie/templates/remie/iframe_teacher.html Mon Oct 12 11:46:23 2015 +0200
@@ -152,6 +152,7 @@
}
return display_string;
},
+ widget_max_height: 350
},{
type: "LatestAnnotation",
annotation_type: "user_",