()
| 241 | |
| 242 | // 恢复刷新机制 |
| 243 | function UNrefreshCorrection() { |
| 244 | document.onkeydown = mainframe.onkeydown = function (e) { |
| 245 | e = window.event || e; |
| 246 | if (e.key === 'F5') { |
| 247 | return true; |
| 248 | } |
| 249 | } |
| 250 | } |
| 251 | |
| 252 | |
| 253 | // 点击空白进入目录 |
no outgoing calls
no test coverage detected