本網站在啟用 JavaScript 的情況下可以運作的更好。
首頁
說明
登入
ben
/
bitshift
镜像来自
https://github.com/earwig/bitshift
關注
1
收藏
1
複製
0
程式碼
版本發佈
1
活動
瀏覽代碼
Prevent page from scrolling to top when next match is clicked.
tags/v1.0^2
Benjamin Attal
10 年之前
父節點
0f23aa06ff
當前提交
4cc903fb75
共有
1 個檔案被更改
,包括
1 行新增
和
0 行删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
static/js/index.js
+ 1
- 0
static/js/index.js
查看文件
@@ -231,6 +231,7 @@ function createResult(codelet) {
$(nextMatch).click(function(e) {
e.stopPropagation()
e.preventDefault()
cur_match = cur_match >= matches.length - 1 ? 0 : cur_match + 1;
newMatch();
});
Write
Preview
Loading…
取消
儲存