This website works better with JavaScript.
Почетна
Помоћ
Пријавите Се
ben
/
bitshift
огледало од
https://github.com/earwig/bitshift
Прати
1
Волим
1
Креирај огранак
0
Код
Издања
1
Activity
Преглед изворни кода
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…
Откажи
Сачувај