deleted manifest.appcache and removed the attribute from the html tag.
appcache causes a major headache on firefox, need to really look into that one day!
This commit is contained in:
parent
589751be5f
commit
a28df80158
3 changed files with 2 additions and 37 deletions
|
@ -13,7 +13,7 @@ GNU General Public License for more details.
|
||||||
You should have received a copy of the GNU General Public License
|
You should have received a copy of the GNU General Public License
|
||||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
-->
|
-->
|
||||||
<html manifest="manifest.appcache">
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>Bärneruhr - Die Zeit im Wort</title>
|
<title>Bärneruhr - Die Zeit im Wort</title>
|
||||||
<meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
|
<meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
|
||||||
|
|
|
@ -13,7 +13,7 @@ GNU General Public License for more details.
|
||||||
You should have received a copy of the GNU General Public License
|
You should have received a copy of the GNU General Public License
|
||||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
-->
|
-->
|
||||||
<html manifest="../manifest.appcache">
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>Die Zeit im Wort - Informationen</title>
|
<title>Die Zeit im Wort - Informationen</title>
|
||||||
<meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
|
<meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
|
||||||
|
|
|
@ -1,35 +0,0 @@
|
||||||
CACHE MANIFEST
|
|
||||||
# 7.0-next
|
|
||||||
|
|
||||||
css/uhr.css
|
|
||||||
css/uhr-black.css
|
|
||||||
css/uhr-blue.css
|
|
||||||
css/uhr-green.css
|
|
||||||
css/uhr-pink.css
|
|
||||||
css/uhr-red.css
|
|
||||||
css/uhr-white.css
|
|
||||||
css/uhr-yellow.css
|
|
||||||
info/index.html
|
|
||||||
info/info.css
|
|
||||||
js/uhr.js
|
|
||||||
js/uhr-de.js
|
|
||||||
js/uhr-de_CH.js
|
|
||||||
js/uhr-de_CH_genau.js
|
|
||||||
js/uhr-dk.js
|
|
||||||
js/uhr-en.js
|
|
||||||
js/uhr-es.js
|
|
||||||
js/uhr-fr.js
|
|
||||||
js/uhr-it.js
|
|
||||||
js/uhr-nl.js
|
|
||||||
lib/jquery-2.1.0.min.js
|
|
||||||
lib/jquery-cookie-1.4.0.js
|
|
||||||
lib/jquery-ui-1.10.4.custom.min.js
|
|
||||||
resources/apple-touch-icon-precomposed.png
|
|
||||||
resources/close.png
|
|
||||||
resources/favicon.png
|
|
||||||
resources/settings.png
|
|
||||||
resources/uhr.woff
|
|
||||||
COPYING
|
|
||||||
README.md
|
|
||||||
VERSION
|
|
||||||
index.html
|
|
Loading…
Reference in a new issue