()
| 250 | |
| 251 | // 回到顶部(右键点击空白处) |
| 252 | function backToTop() { |
| 253 | if (!menu_value('menu_backToTop')) return |
| 254 | document.getElementById("nv_forum").oncontextmenu = function(event){ |
| 255 | if (event.target==this) { |
| 256 | event.preventDefault(); |
| 257 | window.scrollTo(0,0) |
| 258 | } |
| 259 | } |
| 260 | } |
| 261 | |
| 262 | |
| 263 | // 清理置顶帖子 |
no test coverage detected