| assets/js/search.js | ●●●●● patch | view | raw | blame | history |
assets/js/search.js
@@ -195,7 +195,7 @@ } window.addEventListener('load', function() { fetch("/index.json") fetch(`${rootURL}index.json`) .then(response => response.json()) .then(function(data) { data = data.length ? data : [];