Este sítio funciona melhor com JavaScript.
Página inicial
Ajuda
Iniciar sessão
ben
/
bitshift
espelho de
https://github.com/earwig/bitshift
Vigiar
1
Marcar como favorito
1
Derivar
0
Código
Lançamentos
1
Trabalho
Ver a proveniência
Prevent page from scrolling to top when next match is clicked.
tags/v1.0^2
Benjamin Attal
há 10 anos
ascendente
0f23aa06ff
cometimento
4cc903fb75
1 ficheiros alterados
com
1 adições
e
0 eliminações
Visualização em 2 colunas
Opções das diferenças
Mostrar estatísticas
Descarregar ficheiro patch
Descarregar ficheiro diff
+1
-0
static/js/index.js
+ 1
- 0
static/js/index.js
Ver ficheiro
@@ -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();
});
Escrever
Pré-visualizar
Carregando…
Cancelar
Guardar