Il sito funziona meglio con JavaScript.
Home
Aiuto
Accedi
ben
/
bitshift
mirror da
https://github.com/earwig/bitshift
Segui
1
Vota
1
Forka
0
Codice
Rilasci
1
Attività
Sfoglia il codice sorgente
Prevent page from scrolling to top when next match is clicked.
tags/v1.0^2
Benjamin Attal
10 anni fa
parent
0f23aa06ff
commit
4cc903fb75
1 ha cambiato i file
con
1 aggiunte
e
0 eliminazioni
Visualizzazione separata
Opzioni Diff
Mostra statistiche
Scarica il file Patch
Scarica il file Diff
+1
-0
static/js/index.js
+ 1
- 0
static/js/index.js
Vedi File
@@ -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();
});
Scrivi
Anteprima
Caricamento…
Annulla
Salva