custom.js
... ...
@@ -59,7 +59,7 @@ window.onload = function() {
59 59
60 60
61 61
function filterSelection(page) {
62
- var images, i;
62
+
63 63
document.getElementById(page).style.display = 'block';
64 64
65 65