Bu web sitesi JavaScript ile daha iyi çalışır.
Ana Sayfa
Yardım
Giriş Yap
ben
/
bitshift
şunun yansıması
https://github.com/earwig/bitshift
İzle
1
Yıldızla
1
Çatalla
0
Kod
Sürümler
1
Aktivite
Kaynağa Gözat
Prevent page from scrolling to top when next match is clicked.
tags/v1.0^2
Benjamin Attal
10 yıl önce
ebeveyn
0f23aa06ff
işleme
4cc903fb75
1 değiştirilmiş dosya
ile
1 ekleme
ve
0 silme
Görünümü Böl
Diff Seçenekleri
İstatistikleri Göster
Yama Dosyasını İndir
Diff Dosyasını İndir
+1
-0
static/js/index.js
+ 1
- 0
static/js/index.js
Dosyayı Görüntüle
@@ -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();
});
Yaz
Önizleme
Yükleniyor…
İptal
Kaydet