diff options
author | Brandon Mathis <brandon@imathis.com> | 2011-07-28 15:42:28 -0400 |
---|---|---|
committer | Brandon Mathis <brandon@imathis.com> | 2011-07-28 15:42:28 -0400 |
commit | 1e2d10c2c56869600e14367bcd20861d8b867c71 (patch) | |
tree | eb999c8e55564d4cffeae5d7481b66c50029cca0 /.themes | |
parent | 3b29bfc46fd8c56cb51d56f3a631c6431a897eb8 (diff) | |
download | my_new_personal_website-1e2d10c2c56869600e14367bcd20861d8b867c71.tar.xz my_new_personal_website-1e2d10c2c56869600e14367bcd20861d8b867c71.zip |
removed appcache because it was annoying firefox users
Diffstat (limited to '.themes')
-rw-r--r-- | .themes/classic/source/_includes/head.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.themes/classic/source/_includes/head.html b/.themes/classic/source/_includes/head.html index d04d0d09..a6ad0a00 100644 --- a/.themes/classic/source/_includes/head.html +++ b/.themes/classic/source/_includes/head.html @@ -1,5 +1,5 @@ <!DOCTYPE html> -<!--[if IEMobile 7 ]><html class="no-js iem7" manifest="default.appcache?v=1"><![endif]--> +<!--[if IEMobile 7 ]><html class="no-js iem7"><![endif]--> <!--[if lt IE 9]><html class="no-js lte-ie8"><![endif]--> <!--[if (gt IE 8)|(gt IEMobile 7)|!(IEMobile)|!(IE)]><!--><html class="no-js" lang="en"><!--<![endif]--> <head> |