()
| 481 | } |
| 482 | |
| 483 | function chore() { |
| 484 | $("#cmdIframe").contents().scrollTop($("#cmdIframe").contents().scrollTop() + 100) |
| 485 | $d.find(`#${accessListing}-list iframe`).each(function(index) { |
| 486 | $(this).on('load', function() { |
| 487 | AccessLink() |
| 488 | bubbleIframeMouseMove(this) |
| 489 | }); |
| 490 | |
| 491 | }); |
| 492 | $d.find(".footnoteref").unbind('click').bind('click', function() { |
| 493 | //work |
| 494 | }); |
| 495 | } |
no test coverage detected