fix scroll items forum lpview CT#8004

1.10.x
aragonc 9 years ago
parent 88b0d10c49
commit d712139fd8
  1. 2
      main/newscorm/scorm_api.php

@ -1699,7 +1699,7 @@ var loadForumThead = function(lpId, lpItemId) {
var forumIframe = $('<iframe>').attr({
width:'100%',
frameborder:'0',
scrolling:'no',
scrolling:'yes',
tabindex:'0',
id:'chamilo-disqus',
src: '<?php echo api_get_path(WEB_CODE_PATH) ?>forum/viewthread.php?<?php echo api_get_cidreq() ?>&' + $.param({

Loading…
Cancel
Save