Este site funciona melhor com JavaScript.
Página inicial
Ajuda
Acessar
ben
/
bitshift
espelhamento de
https://github.com/earwig/bitshift
Observar
1
Favorito
1
Fork
0
Código
Versões
1
Atividade
Ver código fonte
Prevent page from scrolling to top when next match is clicked.
tags/v1.0^2
Benjamin Attal
10 anos atrás
pai
0f23aa06ff
commit
4cc903fb75
1 arquivos alterados
com
1 adições
e
0 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+1
-0
static/js/index.js
+ 1
- 0
static/js/index.js
Ver arquivo
@@ -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é-visualização
Carregando…
Cancelar
Salvar