diff --git a/explorer.html b/explorer.html index 67351e7..38f30fe 100644 --- a/explorer.html +++ b/explorer.html @@ -14,6 +14,9 @@ + + + @@ -192,7 +195,10 @@ galerie liste - + diff --git a/scripts/explorer.js b/scripts/explorer.js index f58a27d..47f4311 100644 --- a/scripts/explorer.js +++ b/scripts/explorer.js @@ -390,10 +390,15 @@ jQuery(document).ready(function($) return false; } + // gallery vars + var pageSize = 14; + var paintingList = []; + function generateTable() { hasResult = false; numberOfItem = 0; + canDisplay = true; for (i of data) { @@ -457,7 +462,15 @@ jQuery(document).ready(function($) $("table").append(result); // gallery - paintingHtml = '