(text)
| 11 | } |
| 12 | |
| 13 | function appendNormal(text) { |
| 14 | $d.append(`<blockquote>${text}</blockquote>${holder} `) |
| 15 | if (noscroll == false) { |
| 16 | scroll() |
| 17 | } else { |
| 18 | noscroll = false |
| 19 | } |
| 20 | foldTable() |
| 21 | } |
| 22 | |
| 23 | function scroll() { |
| 24 | var $contents = $('#cmdIframe').contents(); |
no test coverage detected