Index: lams_admin/web/WEB-INF/tags/Etherpad.tag =================================================================== diff -u -r4005c7c30f6bc8d76c65153755c56aba27cb375f -r4ac624d03dd0c8c56ded54d2697e7e33cd5cc737 --- lams_admin/web/WEB-INF/tags/Etherpad.tag (.../Etherpad.tag) (revision 4005c7c30f6bc8d76c65153755c56aba27cb375f) +++ lams_admin/web/WEB-INF/tags/Etherpad.tag (.../Etherpad.tag) (revision 4ac624d03dd0c8c56ded54d2697e7e33cd5cc737) @@ -56,7 +56,7 @@ var src = msg.data.location.substring(0, msg.data.location.indexOf('?')), iframe = $('iframe[src^="' + src + '"]'), // height should be no less than 200 px - height = Math.max(200, msg.data.height - 10); + height = Math.max(200, msg.data.height); iframe.height(height); } }); Index: lams_central/web/WEB-INF/tags/Etherpad.tag =================================================================== diff -u -r4005c7c30f6bc8d76c65153755c56aba27cb375f -r4ac624d03dd0c8c56ded54d2697e7e33cd5cc737 --- lams_central/web/WEB-INF/tags/Etherpad.tag (.../Etherpad.tag) (revision 4005c7c30f6bc8d76c65153755c56aba27cb375f) +++ lams_central/web/WEB-INF/tags/Etherpad.tag (.../Etherpad.tag) (revision 4ac624d03dd0c8c56ded54d2697e7e33cd5cc737) @@ -56,7 +56,7 @@ var src = msg.data.location.substring(0, msg.data.location.indexOf('?')), iframe = $('iframe[src^="' + src + '"]'), // height should be no less than 200 px - height = Math.max(200, msg.data.height - 10); + height = Math.max(200, msg.data.height); iframe.height(height); } }); Index: lams_gradebook/web/WEB-INF/tags/Etherpad.tag =================================================================== diff -u -r4005c7c30f6bc8d76c65153755c56aba27cb375f -r4ac624d03dd0c8c56ded54d2697e7e33cd5cc737 --- lams_gradebook/web/WEB-INF/tags/Etherpad.tag (.../Etherpad.tag) (revision 4005c7c30f6bc8d76c65153755c56aba27cb375f) +++ lams_gradebook/web/WEB-INF/tags/Etherpad.tag (.../Etherpad.tag) (revision 4ac624d03dd0c8c56ded54d2697e7e33cd5cc737) @@ -56,7 +56,7 @@ var src = msg.data.location.substring(0, msg.data.location.indexOf('?')), iframe = $('iframe[src^="' + src + '"]'), // height should be no less than 200 px - height = Math.max(200, msg.data.height - 10); + height = Math.max(200, msg.data.height); iframe.height(height); } }); Index: lams_learning/web/WEB-INF/tags/Etherpad.tag =================================================================== diff -u -r4005c7c30f6bc8d76c65153755c56aba27cb375f -r4ac624d03dd0c8c56ded54d2697e7e33cd5cc737 --- lams_learning/web/WEB-INF/tags/Etherpad.tag (.../Etherpad.tag) (revision 4005c7c30f6bc8d76c65153755c56aba27cb375f) +++ lams_learning/web/WEB-INF/tags/Etherpad.tag (.../Etherpad.tag) (revision 4ac624d03dd0c8c56ded54d2697e7e33cd5cc737) @@ -56,7 +56,7 @@ var src = msg.data.location.substring(0, msg.data.location.indexOf('?')), iframe = $('iframe[src^="' + src + '"]'), // height should be no less than 200 px - height = Math.max(200, msg.data.height - 10); + height = Math.max(200, msg.data.height); iframe.height(height); } }); Index: lams_monitoring/web/WEB-INF/tags/Etherpad.tag =================================================================== diff -u -r4005c7c30f6bc8d76c65153755c56aba27cb375f -r4ac624d03dd0c8c56ded54d2697e7e33cd5cc737 --- lams_monitoring/web/WEB-INF/tags/Etherpad.tag (.../Etherpad.tag) (revision 4005c7c30f6bc8d76c65153755c56aba27cb375f) +++ lams_monitoring/web/WEB-INF/tags/Etherpad.tag (.../Etherpad.tag) (revision 4ac624d03dd0c8c56ded54d2697e7e33cd5cc737) @@ -56,7 +56,7 @@ var src = msg.data.location.substring(0, msg.data.location.indexOf('?')), iframe = $('iframe[src^="' + src + '"]'), // height should be no less than 200 px - height = Math.max(200, msg.data.height - 10); + height = Math.max(200, msg.data.height); iframe.height(height); } }); Index: lams_tool_assessment/web/WEB-INF/tags/Etherpad.tag =================================================================== diff -u -r4005c7c30f6bc8d76c65153755c56aba27cb375f -r4ac624d03dd0c8c56ded54d2697e7e33cd5cc737 --- lams_tool_assessment/web/WEB-INF/tags/Etherpad.tag (.../Etherpad.tag) (revision 4005c7c30f6bc8d76c65153755c56aba27cb375f) +++ lams_tool_assessment/web/WEB-INF/tags/Etherpad.tag (.../Etherpad.tag) (revision 4ac624d03dd0c8c56ded54d2697e7e33cd5cc737) @@ -56,7 +56,7 @@ var src = msg.data.location.substring(0, msg.data.location.indexOf('?')), iframe = $('iframe[src^="' + src + '"]'), // height should be no less than 200 px - height = Math.max(200, msg.data.height - 10); + height = Math.max(200, msg.data.height); iframe.height(height); } }); Index: lams_tool_chat/web/WEB-INF/tags/Etherpad.tag =================================================================== diff -u -r4005c7c30f6bc8d76c65153755c56aba27cb375f -r4ac624d03dd0c8c56ded54d2697e7e33cd5cc737 --- lams_tool_chat/web/WEB-INF/tags/Etherpad.tag (.../Etherpad.tag) (revision 4005c7c30f6bc8d76c65153755c56aba27cb375f) +++ lams_tool_chat/web/WEB-INF/tags/Etherpad.tag (.../Etherpad.tag) (revision 4ac624d03dd0c8c56ded54d2697e7e33cd5cc737) @@ -56,7 +56,7 @@ var src = msg.data.location.substring(0, msg.data.location.indexOf('?')), iframe = $('iframe[src^="' + src + '"]'), // height should be no less than 200 px - height = Math.max(200, msg.data.height - 10); + height = Math.max(200, msg.data.height); iframe.height(height); } }); Index: lams_tool_daco/web/WEB-INF/tags/Etherpad.tag =================================================================== diff -u -r4005c7c30f6bc8d76c65153755c56aba27cb375f -r4ac624d03dd0c8c56ded54d2697e7e33cd5cc737 --- lams_tool_daco/web/WEB-INF/tags/Etherpad.tag (.../Etherpad.tag) (revision 4005c7c30f6bc8d76c65153755c56aba27cb375f) +++ lams_tool_daco/web/WEB-INF/tags/Etherpad.tag (.../Etherpad.tag) (revision 4ac624d03dd0c8c56ded54d2697e7e33cd5cc737) @@ -56,7 +56,7 @@ var src = msg.data.location.substring(0, msg.data.location.indexOf('?')), iframe = $('iframe[src^="' + src + '"]'), // height should be no less than 200 px - height = Math.max(200, msg.data.height - 10); + height = Math.max(200, msg.data.height); iframe.height(height); } }); Index: lams_tool_doku/web/WEB-INF/tags/Etherpad.tag =================================================================== diff -u -r4005c7c30f6bc8d76c65153755c56aba27cb375f -r4ac624d03dd0c8c56ded54d2697e7e33cd5cc737 --- lams_tool_doku/web/WEB-INF/tags/Etherpad.tag (.../Etherpad.tag) (revision 4005c7c30f6bc8d76c65153755c56aba27cb375f) +++ lams_tool_doku/web/WEB-INF/tags/Etherpad.tag (.../Etherpad.tag) (revision 4ac624d03dd0c8c56ded54d2697e7e33cd5cc737) @@ -56,7 +56,7 @@ var src = msg.data.location.substring(0, msg.data.location.indexOf('?')), iframe = $('iframe[src^="' + src + '"]'), // height should be no less than 200 px - height = Math.max(200, msg.data.height - 10); + height = Math.max(200, msg.data.height); iframe.height(height); } }); Index: lams_tool_doku/web/pages/learning/learning.jsp =================================================================== diff -u -r3d9d1f01b663c30badb319231a3a8b43e2b7646d -r4ac624d03dd0c8c56ded54d2697e7e33cd5cc737 --- lams_tool_doku/web/pages/learning/learning.jsp (.../learning.jsp) (revision 3d9d1f01b663c30badb319231a3a8b43e2b7646d) +++ lams_tool_doku/web/pages/learning/learning.jsp (.../learning.jsp) (revision 4ac624d03dd0c8c56ded54d2697e7e33cd5cc737) @@ -50,7 +50,7 @@ var src = msg.data.location.substring(0, msg.data.location.indexOf('?')), iframe = $('iframe[src^="' + src + '"]'), // height should be no less than 200 px - height = Math.max(200, msg.data.height - 10); + height = Math.max(200, msg.data.height); iframe.height(height); } }); Index: lams_tool_forum/web/WEB-INF/tags/Etherpad.tag =================================================================== diff -u -r4005c7c30f6bc8d76c65153755c56aba27cb375f -r4ac624d03dd0c8c56ded54d2697e7e33cd5cc737 --- lams_tool_forum/web/WEB-INF/tags/Etherpad.tag (.../Etherpad.tag) (revision 4005c7c30f6bc8d76c65153755c56aba27cb375f) +++ lams_tool_forum/web/WEB-INF/tags/Etherpad.tag (.../Etherpad.tag) (revision 4ac624d03dd0c8c56ded54d2697e7e33cd5cc737) @@ -56,7 +56,7 @@ var src = msg.data.location.substring(0, msg.data.location.indexOf('?')), iframe = $('iframe[src^="' + src + '"]'), // height should be no less than 200 px - height = Math.max(200, msg.data.height - 10); + height = Math.max(200, msg.data.height); iframe.height(height); } }); Index: lams_tool_gmap/web/WEB-INF/tags/Etherpad.tag =================================================================== diff -u -r4005c7c30f6bc8d76c65153755c56aba27cb375f -r4ac624d03dd0c8c56ded54d2697e7e33cd5cc737 --- lams_tool_gmap/web/WEB-INF/tags/Etherpad.tag (.../Etherpad.tag) (revision 4005c7c30f6bc8d76c65153755c56aba27cb375f) +++ lams_tool_gmap/web/WEB-INF/tags/Etherpad.tag (.../Etherpad.tag) (revision 4ac624d03dd0c8c56ded54d2697e7e33cd5cc737) @@ -56,7 +56,7 @@ var src = msg.data.location.substring(0, msg.data.location.indexOf('?')), iframe = $('iframe[src^="' + src + '"]'), // height should be no less than 200 px - height = Math.max(200, msg.data.height - 10); + height = Math.max(200, msg.data.height); iframe.height(height); } }); Index: lams_tool_images/web/WEB-INF/tags/Etherpad.tag =================================================================== diff -u -r4005c7c30f6bc8d76c65153755c56aba27cb375f -r4ac624d03dd0c8c56ded54d2697e7e33cd5cc737 --- lams_tool_images/web/WEB-INF/tags/Etherpad.tag (.../Etherpad.tag) (revision 4005c7c30f6bc8d76c65153755c56aba27cb375f) +++ lams_tool_images/web/WEB-INF/tags/Etherpad.tag (.../Etherpad.tag) (revision 4ac624d03dd0c8c56ded54d2697e7e33cd5cc737) @@ -56,7 +56,7 @@ var src = msg.data.location.substring(0, msg.data.location.indexOf('?')), iframe = $('iframe[src^="' + src + '"]'), // height should be no less than 200 px - height = Math.max(200, msg.data.height - 10); + height = Math.max(200, msg.data.height); iframe.height(height); } }); Index: lams_tool_imscc/web/WEB-INF/tags/Etherpad.tag =================================================================== diff -u -r4005c7c30f6bc8d76c65153755c56aba27cb375f -r4ac624d03dd0c8c56ded54d2697e7e33cd5cc737 --- lams_tool_imscc/web/WEB-INF/tags/Etherpad.tag (.../Etherpad.tag) (revision 4005c7c30f6bc8d76c65153755c56aba27cb375f) +++ lams_tool_imscc/web/WEB-INF/tags/Etherpad.tag (.../Etherpad.tag) (revision 4ac624d03dd0c8c56ded54d2697e7e33cd5cc737) @@ -56,7 +56,7 @@ var src = msg.data.location.substring(0, msg.data.location.indexOf('?')), iframe = $('iframe[src^="' + src + '"]'), // height should be no less than 200 px - height = Math.max(200, msg.data.height - 10); + height = Math.max(200, msg.data.height); iframe.height(height); } }); Index: lams_tool_lamc/web/WEB-INF/tags/Etherpad.tag =================================================================== diff -u -r4005c7c30f6bc8d76c65153755c56aba27cb375f -r4ac624d03dd0c8c56ded54d2697e7e33cd5cc737 --- lams_tool_lamc/web/WEB-INF/tags/Etherpad.tag (.../Etherpad.tag) (revision 4005c7c30f6bc8d76c65153755c56aba27cb375f) +++ lams_tool_lamc/web/WEB-INF/tags/Etherpad.tag (.../Etherpad.tag) (revision 4ac624d03dd0c8c56ded54d2697e7e33cd5cc737) @@ -56,7 +56,7 @@ var src = msg.data.location.substring(0, msg.data.location.indexOf('?')), iframe = $('iframe[src^="' + src + '"]'), // height should be no less than 200 px - height = Math.max(200, msg.data.height - 10); + height = Math.max(200, msg.data.height); iframe.height(height); } }); Index: lams_tool_laqa/web/WEB-INF/tags/Etherpad.tag =================================================================== diff -u -r4005c7c30f6bc8d76c65153755c56aba27cb375f -r4ac624d03dd0c8c56ded54d2697e7e33cd5cc737 --- lams_tool_laqa/web/WEB-INF/tags/Etherpad.tag (.../Etherpad.tag) (revision 4005c7c30f6bc8d76c65153755c56aba27cb375f) +++ lams_tool_laqa/web/WEB-INF/tags/Etherpad.tag (.../Etherpad.tag) (revision 4ac624d03dd0c8c56ded54d2697e7e33cd5cc737) @@ -56,7 +56,7 @@ var src = msg.data.location.substring(0, msg.data.location.indexOf('?')), iframe = $('iframe[src^="' + src + '"]'), // height should be no less than 200 px - height = Math.max(200, msg.data.height - 10); + height = Math.max(200, msg.data.height); iframe.height(height); } }); Index: lams_tool_larsrc/web/WEB-INF/tags/Etherpad.tag =================================================================== diff -u -r4005c7c30f6bc8d76c65153755c56aba27cb375f -r4ac624d03dd0c8c56ded54d2697e7e33cd5cc737 --- lams_tool_larsrc/web/WEB-INF/tags/Etherpad.tag (.../Etherpad.tag) (revision 4005c7c30f6bc8d76c65153755c56aba27cb375f) +++ lams_tool_larsrc/web/WEB-INF/tags/Etherpad.tag (.../Etherpad.tag) (revision 4ac624d03dd0c8c56ded54d2697e7e33cd5cc737) @@ -56,7 +56,7 @@ var src = msg.data.location.substring(0, msg.data.location.indexOf('?')), iframe = $('iframe[src^="' + src + '"]'), // height should be no less than 200 px - height = Math.max(200, msg.data.height - 10); + height = Math.max(200, msg.data.height); iframe.height(height); } }); Index: lams_tool_leader/web/WEB-INF/tags/Etherpad.tag =================================================================== diff -u -r4005c7c30f6bc8d76c65153755c56aba27cb375f -r4ac624d03dd0c8c56ded54d2697e7e33cd5cc737 --- lams_tool_leader/web/WEB-INF/tags/Etherpad.tag (.../Etherpad.tag) (revision 4005c7c30f6bc8d76c65153755c56aba27cb375f) +++ lams_tool_leader/web/WEB-INF/tags/Etherpad.tag (.../Etherpad.tag) (revision 4ac624d03dd0c8c56ded54d2697e7e33cd5cc737) @@ -56,7 +56,7 @@ var src = msg.data.location.substring(0, msg.data.location.indexOf('?')), iframe = $('iframe[src^="' + src + '"]'), // height should be no less than 200 px - height = Math.max(200, msg.data.height - 10); + height = Math.max(200, msg.data.height); iframe.height(height); } }); Index: lams_tool_mindmap/web/WEB-INF/tags/Etherpad.tag =================================================================== diff -u -r4005c7c30f6bc8d76c65153755c56aba27cb375f -r4ac624d03dd0c8c56ded54d2697e7e33cd5cc737 --- lams_tool_mindmap/web/WEB-INF/tags/Etherpad.tag (.../Etherpad.tag) (revision 4005c7c30f6bc8d76c65153755c56aba27cb375f) +++ lams_tool_mindmap/web/WEB-INF/tags/Etherpad.tag (.../Etherpad.tag) (revision 4ac624d03dd0c8c56ded54d2697e7e33cd5cc737) @@ -56,7 +56,7 @@ var src = msg.data.location.substring(0, msg.data.location.indexOf('?')), iframe = $('iframe[src^="' + src + '"]'), // height should be no less than 200 px - height = Math.max(200, msg.data.height - 10); + height = Math.max(200, msg.data.height); iframe.height(height); } }); Index: lams_tool_nb/web/WEB-INF/tags/Etherpad.tag =================================================================== diff -u -r4005c7c30f6bc8d76c65153755c56aba27cb375f -r4ac624d03dd0c8c56ded54d2697e7e33cd5cc737 --- lams_tool_nb/web/WEB-INF/tags/Etherpad.tag (.../Etherpad.tag) (revision 4005c7c30f6bc8d76c65153755c56aba27cb375f) +++ lams_tool_nb/web/WEB-INF/tags/Etherpad.tag (.../Etherpad.tag) (revision 4ac624d03dd0c8c56ded54d2697e7e33cd5cc737) @@ -56,7 +56,7 @@ var src = msg.data.location.substring(0, msg.data.location.indexOf('?')), iframe = $('iframe[src^="' + src + '"]'), // height should be no less than 200 px - height = Math.max(200, msg.data.height - 10); + height = Math.max(200, msg.data.height); iframe.height(height); } }); Index: lams_tool_notebook/web/WEB-INF/tags/Etherpad.tag =================================================================== diff -u -r4005c7c30f6bc8d76c65153755c56aba27cb375f -r4ac624d03dd0c8c56ded54d2697e7e33cd5cc737 --- lams_tool_notebook/web/WEB-INF/tags/Etherpad.tag (.../Etherpad.tag) (revision 4005c7c30f6bc8d76c65153755c56aba27cb375f) +++ lams_tool_notebook/web/WEB-INF/tags/Etherpad.tag (.../Etherpad.tag) (revision 4ac624d03dd0c8c56ded54d2697e7e33cd5cc737) @@ -56,7 +56,7 @@ var src = msg.data.location.substring(0, msg.data.location.indexOf('?')), iframe = $('iframe[src^="' + src + '"]'), // height should be no less than 200 px - height = Math.max(200, msg.data.height - 10); + height = Math.max(200, msg.data.height); iframe.height(height); } }); Index: lams_tool_pixlr/web/WEB-INF/tags/Etherpad.tag =================================================================== diff -u -r4005c7c30f6bc8d76c65153755c56aba27cb375f -r4ac624d03dd0c8c56ded54d2697e7e33cd5cc737 --- lams_tool_pixlr/web/WEB-INF/tags/Etherpad.tag (.../Etherpad.tag) (revision 4005c7c30f6bc8d76c65153755c56aba27cb375f) +++ lams_tool_pixlr/web/WEB-INF/tags/Etherpad.tag (.../Etherpad.tag) (revision 4ac624d03dd0c8c56ded54d2697e7e33cd5cc737) @@ -56,7 +56,7 @@ var src = msg.data.location.substring(0, msg.data.location.indexOf('?')), iframe = $('iframe[src^="' + src + '"]'), // height should be no less than 200 px - height = Math.max(200, msg.data.height - 10); + height = Math.max(200, msg.data.height); iframe.height(height); } }); Index: lams_tool_preview/web/WEB-INF/tags/Etherpad.tag =================================================================== diff -u -r4005c7c30f6bc8d76c65153755c56aba27cb375f -r4ac624d03dd0c8c56ded54d2697e7e33cd5cc737 --- lams_tool_preview/web/WEB-INF/tags/Etherpad.tag (.../Etherpad.tag) (revision 4005c7c30f6bc8d76c65153755c56aba27cb375f) +++ lams_tool_preview/web/WEB-INF/tags/Etherpad.tag (.../Etherpad.tag) (revision 4ac624d03dd0c8c56ded54d2697e7e33cd5cc737) @@ -56,7 +56,7 @@ var src = msg.data.location.substring(0, msg.data.location.indexOf('?')), iframe = $('iframe[src^="' + src + '"]'), // height should be no less than 200 px - height = Math.max(200, msg.data.height - 10); + height = Math.max(200, msg.data.height); iframe.height(height); } }); Index: lams_tool_sbmt/web/WEB-INF/tags/Etherpad.tag =================================================================== diff -u -r4005c7c30f6bc8d76c65153755c56aba27cb375f -r4ac624d03dd0c8c56ded54d2697e7e33cd5cc737 --- lams_tool_sbmt/web/WEB-INF/tags/Etherpad.tag (.../Etherpad.tag) (revision 4005c7c30f6bc8d76c65153755c56aba27cb375f) +++ lams_tool_sbmt/web/WEB-INF/tags/Etherpad.tag (.../Etherpad.tag) (revision 4ac624d03dd0c8c56ded54d2697e7e33cd5cc737) @@ -56,7 +56,7 @@ var src = msg.data.location.substring(0, msg.data.location.indexOf('?')), iframe = $('iframe[src^="' + src + '"]'), // height should be no less than 200 px - height = Math.max(200, msg.data.height - 10); + height = Math.max(200, msg.data.height); iframe.height(height); } }); Index: lams_tool_scratchie/web/WEB-INF/tags/Etherpad.tag =================================================================== diff -u -r4005c7c30f6bc8d76c65153755c56aba27cb375f -r4ac624d03dd0c8c56ded54d2697e7e33cd5cc737 --- lams_tool_scratchie/web/WEB-INF/tags/Etherpad.tag (.../Etherpad.tag) (revision 4005c7c30f6bc8d76c65153755c56aba27cb375f) +++ lams_tool_scratchie/web/WEB-INF/tags/Etherpad.tag (.../Etherpad.tag) (revision 4ac624d03dd0c8c56ded54d2697e7e33cd5cc737) @@ -56,7 +56,7 @@ var src = msg.data.location.substring(0, msg.data.location.indexOf('?')), iframe = $('iframe[src^="' + src + '"]'), // height should be no less than 200 px - height = Math.max(200, msg.data.height - 10); + height = Math.max(200, msg.data.height); iframe.height(height); } }); Index: lams_tool_scribe/web/WEB-INF/tags/Etherpad.tag =================================================================== diff -u -r4005c7c30f6bc8d76c65153755c56aba27cb375f -r4ac624d03dd0c8c56ded54d2697e7e33cd5cc737 --- lams_tool_scribe/web/WEB-INF/tags/Etherpad.tag (.../Etherpad.tag) (revision 4005c7c30f6bc8d76c65153755c56aba27cb375f) +++ lams_tool_scribe/web/WEB-INF/tags/Etherpad.tag (.../Etherpad.tag) (revision 4ac624d03dd0c8c56ded54d2697e7e33cd5cc737) @@ -56,7 +56,7 @@ var src = msg.data.location.substring(0, msg.data.location.indexOf('?')), iframe = $('iframe[src^="' + src + '"]'), // height should be no less than 200 px - height = Math.max(200, msg.data.height - 10); + height = Math.max(200, msg.data.height); iframe.height(height); } }); Index: lams_tool_spreadsheet/web/WEB-INF/tags/Etherpad.tag =================================================================== diff -u -r4005c7c30f6bc8d76c65153755c56aba27cb375f -r4ac624d03dd0c8c56ded54d2697e7e33cd5cc737 --- lams_tool_spreadsheet/web/WEB-INF/tags/Etherpad.tag (.../Etherpad.tag) (revision 4005c7c30f6bc8d76c65153755c56aba27cb375f) +++ lams_tool_spreadsheet/web/WEB-INF/tags/Etherpad.tag (.../Etherpad.tag) (revision 4ac624d03dd0c8c56ded54d2697e7e33cd5cc737) @@ -56,7 +56,7 @@ var src = msg.data.location.substring(0, msg.data.location.indexOf('?')), iframe = $('iframe[src^="' + src + '"]'), // height should be no less than 200 px - height = Math.max(200, msg.data.height - 10); + height = Math.max(200, msg.data.height); iframe.height(height); } }); Index: lams_tool_survey/web/WEB-INF/tags/Etherpad.tag =================================================================== diff -u -r4005c7c30f6bc8d76c65153755c56aba27cb375f -r4ac624d03dd0c8c56ded54d2697e7e33cd5cc737 --- lams_tool_survey/web/WEB-INF/tags/Etherpad.tag (.../Etherpad.tag) (revision 4005c7c30f6bc8d76c65153755c56aba27cb375f) +++ lams_tool_survey/web/WEB-INF/tags/Etherpad.tag (.../Etherpad.tag) (revision 4ac624d03dd0c8c56ded54d2697e7e33cd5cc737) @@ -56,7 +56,7 @@ var src = msg.data.location.substring(0, msg.data.location.indexOf('?')), iframe = $('iframe[src^="' + src + '"]'), // height should be no less than 200 px - height = Math.max(200, msg.data.height - 10); + height = Math.max(200, msg.data.height); iframe.height(height); } }); Index: lams_tool_task/web/WEB-INF/tags/Etherpad.tag =================================================================== diff -u -r4005c7c30f6bc8d76c65153755c56aba27cb375f -r4ac624d03dd0c8c56ded54d2697e7e33cd5cc737 --- lams_tool_task/web/WEB-INF/tags/Etherpad.tag (.../Etherpad.tag) (revision 4005c7c30f6bc8d76c65153755c56aba27cb375f) +++ lams_tool_task/web/WEB-INF/tags/Etherpad.tag (.../Etherpad.tag) (revision 4ac624d03dd0c8c56ded54d2697e7e33cd5cc737) @@ -56,7 +56,7 @@ var src = msg.data.location.substring(0, msg.data.location.indexOf('?')), iframe = $('iframe[src^="' + src + '"]'), // height should be no less than 200 px - height = Math.max(200, msg.data.height - 10); + height = Math.max(200, msg.data.height); iframe.height(height); } }); Index: lams_tool_vote/web/WEB-INF/tags/Etherpad.tag =================================================================== diff -u -r4005c7c30f6bc8d76c65153755c56aba27cb375f -r4ac624d03dd0c8c56ded54d2697e7e33cd5cc737 --- lams_tool_vote/web/WEB-INF/tags/Etherpad.tag (.../Etherpad.tag) (revision 4005c7c30f6bc8d76c65153755c56aba27cb375f) +++ lams_tool_vote/web/WEB-INF/tags/Etherpad.tag (.../Etherpad.tag) (revision 4ac624d03dd0c8c56ded54d2697e7e33cd5cc737) @@ -56,7 +56,7 @@ var src = msg.data.location.substring(0, msg.data.location.indexOf('?')), iframe = $('iframe[src^="' + src + '"]'), // height should be no less than 200 px - height = Math.max(200, msg.data.height - 10); + height = Math.max(200, msg.data.height); iframe.height(height); } }); Index: lams_tool_wiki/web/WEB-INF/tags/Etherpad.tag =================================================================== diff -u -r4005c7c30f6bc8d76c65153755c56aba27cb375f -r4ac624d03dd0c8c56ded54d2697e7e33cd5cc737 --- lams_tool_wiki/web/WEB-INF/tags/Etherpad.tag (.../Etherpad.tag) (revision 4005c7c30f6bc8d76c65153755c56aba27cb375f) +++ lams_tool_wiki/web/WEB-INF/tags/Etherpad.tag (.../Etherpad.tag) (revision 4ac624d03dd0c8c56ded54d2697e7e33cd5cc737) @@ -56,7 +56,7 @@ var src = msg.data.location.substring(0, msg.data.location.indexOf('?')), iframe = $('iframe[src^="' + src + '"]'), // height should be no less than 200 px - height = Math.max(200, msg.data.height - 10); + height = Math.max(200, msg.data.height); iframe.height(height); } }); Index: lams_tool_zoom/web/WEB-INF/tags/Etherpad.tag =================================================================== diff -u -r4005c7c30f6bc8d76c65153755c56aba27cb375f -r4ac624d03dd0c8c56ded54d2697e7e33cd5cc737 --- lams_tool_zoom/web/WEB-INF/tags/Etherpad.tag (.../Etherpad.tag) (revision 4005c7c30f6bc8d76c65153755c56aba27cb375f) +++ lams_tool_zoom/web/WEB-INF/tags/Etherpad.tag (.../Etherpad.tag) (revision 4ac624d03dd0c8c56ded54d2697e7e33cd5cc737) @@ -56,7 +56,7 @@ var src = msg.data.location.substring(0, msg.data.location.indexOf('?')), iframe = $('iframe[src^="' + src + '"]'), // height should be no less than 200 px - height = Math.max(200, msg.data.height - 10); + height = Math.max(200, msg.data.height); iframe.height(height); } }); Index: lams_www/web/WEB-INF/tags/Etherpad.tag =================================================================== diff -u -r4005c7c30f6bc8d76c65153755c56aba27cb375f -r4ac624d03dd0c8c56ded54d2697e7e33cd5cc737 --- lams_www/web/WEB-INF/tags/Etherpad.tag (.../Etherpad.tag) (revision 4005c7c30f6bc8d76c65153755c56aba27cb375f) +++ lams_www/web/WEB-INF/tags/Etherpad.tag (.../Etherpad.tag) (revision 4ac624d03dd0c8c56ded54d2697e7e33cd5cc737) @@ -56,7 +56,7 @@ var src = msg.data.location.substring(0, msg.data.location.indexOf('?')), iframe = $('iframe[src^="' + src + '"]'), // height should be no less than 200 px - height = Math.max(200, msg.data.height - 10); + height = Math.max(200, msg.data.height); iframe.height(height); } });