diff --git a/web/index-static.html b/web/index-static.html
index 1498c1d..6798f70 100644
--- a/web/index-static.html
+++ b/web/index-static.html
@@ -1,6 +1,6 @@
- Monster Hunter Item Search
+ Poogie Recommends
@@ -43,6 +43,23 @@
return path.substring(0, path.lastIndexOf('/'));
}
+ function normalize_name(s) {
+ var chars = s.split("");
+ var cap_next = true;
+ var i;
+ for (i=0; i