このサイトは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行の削除
分割表示
差分オプション
統計情報を表示
Patchファイルをダウンロード
Diffファイルをダウンロード
+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();
});
書き込み
プレビュー
読み込み中…
キャンセル
保存