From 6507f6151ae9f9e3764403489c1fff5c4ad7a0d7 Mon Sep 17 00:00:00 2001 From: Kai Hendry Date: Fri, 17 Jan 2014 08:42:13 +0000 Subject: [PATCH] Tweaks --- greptweet.appcache | 5 ++++- index.shtml | 4 +++- 2 files changed, 7 insertions(+), 2 deletions(-) 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); }