diff --git a/greptweet.appcache b/greptweet.appcache index 61a517a..6c1b8da 100644 --- a/greptweet.appcache +++ b/greptweet.appcache @@ -5,7 +5,10 @@ tweets.txt /main.js /bootstrap/css/bootstrap.min.css /bootstrap/css/bootstrap-theme.min.css -/bootstrap/img/glyphicons-halflings.png +/bootstrap/fonts/glyphicons-halflings-regular.ttf +/bootstrap/fonts/glyphicons-halflings-regular.woff +/bootstrap/fonts/glyphicons-halflings-regular.eot +/bootstrap/fonts/glyphicons-halflings-regular.svg /jquery.js NETWORK: * diff --git a/index.shtml b/index.shtml index 1ec8356..1e6d180 100644 --- a/index.shtml +++ b/index.shtml @@ -58,7 +58,9 @@ if (user) { window.location.replace("/u/" + user); }