()
| 475 | } |
| 476 | |
| 477 | function setImageWidth() { |
| 478 | $d.find(`#${accessListing}-list .scp-image-block`).each(function() { |
| 479 | $(this).css("max-width", "80%") |
| 480 | }) |
| 481 | } |
| 482 | |
| 483 | function chore() { |
| 484 | $("#cmdIframe").contents().scrollTop($("#cmdIframe").contents().scrollTop() + 100) |