Make the styling consistent for all pages

This commit is contained in:
2021-08-07 21:43:23 -04:00
parent a458adda33
commit 0036ebe61f
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);
}