Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...


ActionImage
1Click on the JIRA ticket link (title of request) within the email that you receive to your email inbox

2

If not already logged in you will be prompted to enter your JIRA/Confluence user ID and password

3
  • Once logged in click on Comment to leave any further information that was requested by Deirdre or Lorne
.
  • Remember to alert them by inserting @ before their names
.
  • When finished click on Add
.


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>

...