Skip to content

Commit

Permalink
MDL-30857 block_community Removing comments hardcoded height
Browse files Browse the repository at this point in the history
  • Loading branch information
David Monllao committed Sep 10, 2012
1 parent 935c3d5 commit 0e0f3be
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions blocks/community/yui/comments/comments.js
Expand Up @@ -23,8 +23,7 @@ YUI.add('moodle-block_community-comments', function(Y) {
bodyContent:Y.one('#commentoverlay-'+commentid).get('innerHTML'), bodyContent:Y.one('#commentoverlay-'+commentid).get('innerHTML'),
visible: false, //by default it is not displayed visible: false, //by default it is not displayed
lightbox : false, lightbox : false,
zIndex:100, zIndex:100
height: '350px'
}); });


this.overlays[commentid].get('contentBox').one('.commenttitle').remove(); this.overlays[commentid].get('contentBox').one('.commenttitle').remove();
Expand Down

0 comments on commit 0e0f3be

Please sign in to comment.