()
| 21 | } |
| 22 | |
| 23 | function scroll() { |
| 24 | var $contents = $('#cmdIframe').contents(); |
| 25 | $contents.scrollTop($contents.height()); |
| 26 | if (/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent) == false) { |
| 27 | document.getElementById("input").focus(); |
| 28 | } |
| 29 | } |
| 30 | |
| 31 | function cmdHide() { |
| 32 | $("#input").css("opacity", "0.5") |
no test coverage detected