Este sitio web funciona mejor con JavaScript.
Inicio
Ayuda
Iniciar sesión
ben
/
bitshift
réplica de
https://github.com/earwig/bitshift
Seguir
1
Destacar
1
Fork
0
Código
Lanzamientos
1
Actividad
Explorar el Código
Prevent page from scrolling to top when next match is clicked.
tags/v1.0^2
Benjamin Attal
hace 10 años
padre
0f23aa06ff
commit
4cc903fb75
Se han
modificado 1 ficheros
con
1 adiciones
y
0 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+1
-0
static/js/index.js
+ 1
- 0
static/js/index.js
Ver fichero
@@ -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();
});
Escribir
Vista previa
Cargando…
Cancelar
Guardar