christopher commited on
Commit
ab5fa2c
·
verified ·
1 Parent(s): 5cbcd9d

Update static/app.js

Browse files
Files changed (1) hide show
  1. static/app.js +1 -1
static/app.js CHANGED
@@ -1,4 +1,4 @@
1
- const RESULTS_PER_PAGE = 100;
2
  let allResults = [];
3
  let currentPage = 0;
4
 
 
1
+ const RESULTS_PER_PAGE = 20;
2
  let allResults = [];
3
  let currentPage = 0;
4