Pārlūkot izejas kodu

Prevent page from scrolling to top when next match is clicked.

tags/v1.0^2
Benjamin Attal pirms 10 gadiem
vecāks
revīzija
4cc903fb75
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  1. +1
    -0
      static/js/index.js

+ 1
- 0
static/js/index.js Parādīt failu

@@ -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();
});


Notiek ielāde…
Atcelt
Saglabāt