Make the styling consistent for all pages

This commit is contained in:
2021-08-07 21:43:23 -04:00
parent 50f8fc7412
commit 38656e9e27
9 changed files with 67 additions and 65 deletions

View File

@@ -1,6 +1,6 @@
(function () {
var client = new XMLHttpRequest();
client.open("GET", "pages.json");
client.open("GET", "/pages.json");
client.onreadystatechange = function () {
initFuzzy(client.responseText);
}