Remove all pjs!

This commit is contained in:
Stephan Porada
2020-04-06 15:28:58 +02:00
parent 961027a8f7
commit 69b17f350e
4 changed files with 43 additions and 43 deletions

View File

@ -328,7 +328,7 @@
});
// get context of one match if inspected via socket.io
nopaque.socket.on("pj_match_context", showMatchContext);
nopaque.socket.on("match_context", showMatchContext);
// live update of hits per page if hits per page value is changed
hitsPerPageInputElement = document.getElementById("display-options-form-results_per_page");