Ce site fonctionne mieux avec JavaScript.
Accueil
Aide
Connexion
ben
/
bitshift
miroir de
https://github.com/earwig/bitshift
Suivre
1
Ajouter aux favoris
1
Bifurcation
0
Code
Versions
1
Activité
Parcourir la source
Prevent page from scrolling to top when next match is clicked.
tags/v1.0^2
Benjamin Attal
il y a 10 ans
Parent
0f23aa06ff
révision
4cc903fb75
1 fichiers modifiés
avec
1 ajouts
et
0 suppressions
Vue séparée
Option de Diff
Voir les Statistiques
Télécharger le Fichier Patch
Télécharger le Fichier des Différences
+1
-0
static/js/index.js
+ 1
- 0
static/js/index.js
Voir le fichier
@@ -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();
});
Écrire
Aperçu
Chargement…
Annuler
Enregistrer