Commit 761440c1 authored by Sven Franck's avatar Sven Franck

add manifest, remove debugger

parent 1546ec91
<!DOCTYPE html>
<html>
<html manifest="manifest.appcache">
<head>
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, user-scalable=no" />
......@@ -12,6 +12,10 @@
<link rel="stylesheet" href="css/themes.css">
<link rel="stylesheet" href="css/css.css">
<!--<script src="http://192.168.242.87:8080/target/target-script-min.js#anonymous"></script>-->
<!-- JQM -->
<script type="text/javascript" src="ext/libs/jquery/jquery.js"></script>
<script type="text/javascript" src="ext/libs/jquery-mobile/jquery-mobile.js"></script>
......@@ -24,7 +28,7 @@
<script type="text/javascript" src="ext/libs/jio/jio.js"></script>
<script type="text/javascript" src="ext/libs/jio/localstorage.js"></script>
<script type="text/javascript" src="ext/libs/uritemplate/uritemplate-min.js"></script>
<!-- 3rd party plugins -->
<script type="text/javascript" src="ext/plugins/validval/jquery.validVal.js"></script>
<script type="text/javascript" src="ext/plugins/i18next/i18next.js"></script>
......@@ -49,5 +53,6 @@
<!-- global footer (not used) -->
<!-- global popup -->
</body>
</html>
CACHE MANIFEST
#
# A list of the resources that browsers should cache to have
# the application running completely offline.
#
# To update offline instances of the application, this file needs
# to be modified, either in the list or in the comments.
#
# To understand how all this works, read http://appcachefacts.info/
# and the linked references.
#
# 2014-05-16:v1
NETWORK:
*
CACHE:
index.html
lang/en-EN/dict.json
lang/fr-FR/dict.json
js/erp5_loader.js
img/appr.png
img/bg-global.png
img/bg-offre01.png
img/bg-offre02.png
img/bg-offre03.png
img/flags.png
img/logo.jpg
img/logo-large.jpg
img/logo-libert-t.jpg
img/website-bg-libert-vacances.png
img/website-Bleu.png
img/website-Img-raison01.png
img/website-Img-raison02.png
img/website-Img-raison03.png
img/website-Logo-offre.png
img/website-Pub.png
img/website-Vert.png
img/website-Visuel-home.png
img/website-Visuel-home2.png
css/css.css
css/themes.css
data/about.json
data/home.json
data/global.json
data/getCountries.json
data/getCountryCode.json
data/getDeliveryAddresses.json
data/getDeliveryMethods.json
data/getInvoiceMethod.json
data/getLanguages.json
data/getNumbers.json
data/getSubscriptionTypes.json
data/getTitles.json
data/login.json
data/order.json
data/page_snippet.html
data/personal_data.json
data/person_fieldlist.json
data/sales_order_fieldlist.json
data/sales_order_sample.json
data/storages.json
data/subscription.json
data/validate_order.json
ext/libs/jio/complex_queries.js
ext/libs/jio/jio.js
ext/libs/jio/localstorage.js
ext/libs/jio/rsvp-custom.js
ext/libs/jio/sha256.amd.js
ext/libs/jio/URI.js
ext/libs/uritemplate/uritemplate-min.js
ext/libs/jquery/jquery.js
ext/libs/jquery-mobile/extensions.css
ext/libs/jquery-mobile/extensions.js
ext/libs/jquery-mobile/jquery-mobile.css
ext/libs/jquery-mobile/jquery-mobile.js
ext/libs/jquery-mobile/images/ajax-loader.gif
ext/libs/jquery-mobile/images/icons-18-black.png
ext/libs/jquery-mobile/images/icons-18-white.png
ext/libs/jquery-mobile/images/icons-36-black.png
ext/libs/jquery-mobile/images/icons-36-white.png
ext/plugins/fontawesome/MOD_fontawesome.css
ext/plugins/fontawesome/font/FontAwesome.otf
ext/plugins/fontawesome/font/fontawesome-webfont.eot
ext/plugins/fontawesome/font/fontawesome-webfont.svg
ext/plugins/fontawesome/font/fontawesome-webfont.ttf
ext/plugins/fontawesome/font/fontawesome-webfont.woff
ext/plugins/i18next/i18next.js
ext/plugins/modernizr/modernizr.js
ext/plugins/picturefill/picturefill.js
ext/plugins/validval/jquery.validVal.js
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment