Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
  • This means that a new or updated review version has been loaded
  • No Content should disappear within 24 hours f saving your annotation



Warning

If NO CONTENT remains in the QA dashboard after 24 hours, please report to the annotation channel in Slack or to dbeecher@cochrane.org



HTML
<script type="text/javascript">
AJS.toInit(function(){
AJS.$('#comments-section').hide();
});
 for (var i=0; i<nr_li; i++) {
    // if the element has the class fom 'clasa' parameter
    if(tags_li[i].getAttribute('class') == 'innerCell'){
         tags_li[i].style.overflow = 'visible';
            //tags_li[i].style.overflow-y= 'visible';
    }   
  }
</script>