Spaces:
Sleeping
Sleeping
Update static/app.js
Browse files- static/app.js +1 -1
static/app.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
const RESULTS_PER_PAGE =
|
| 2 |
let allResults = [];
|
| 3 |
let currentPage = 0;
|
| 4 |
|
|
|
|
| 1 |
+
const RESULTS_PER_PAGE = 20;
|
| 2 |
let allResults = [];
|
| 3 |
let currentPage = 0;
|
| 4 |
|