()
| 147 | c.document.close(); |
| 148 | } |
| 149 | function hideIcon(){ |
| 150 | codeIcon.style.opacity=0; |
| 151 | customInput=false; |
| 152 | if(codeIcon.parentNode)codeIcon.parentNode.removeChild(codeIcon); |
| 153 | } |
| 154 | function getMousePos(event) { |
| 155 | var e = event || window.event; |
| 156 | scrollX = document.documentElement.scrollLeft || document.body.scrollLeft; |
no outgoing calls
no test coverage detected