Tämä sivusto toimii paremmin JavaScriptillä.
Etusivu
Apua
Kirjaudu sisään
ben
/
bitshift
peilaus alkaen
https://github.com/earwig/bitshift
Tarkkaile
1
Äänestä
1
Fork
0
Koodi
Julkaisut
1
Toiminta
Selaa lähdekoodia
Prevent page from scrolling to top when next match is clicked.
tags/v1.0^2
Benjamin Attal
10 vuotta sitten
vanhempi
0f23aa06ff
commit
4cc903fb75
1 muutettua tiedostoa
jossa
1 lisäystä
ja
0 poistoa
Jaettu näkymä
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
static/js/index.js
+ 1
- 0
static/js/index.js
Näytä tiedosto
@@ -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();
});
Kirjoita
Esikatselu
Ladataan…
Peruuta
Tallenna