Commit 7d1d89e6 authored by Vincent Bechu's avatar Vincent Bechu

[erp5_officejs] Fix site export zip

parent e44e8838
......@@ -13,18 +13,23 @@
spec.origin_url : new URL(window.location);
this._version = spec.version || "";
this._gadget_list = [];
this._prefix = spec.prefix || "";
this._documents = {};
// Harcoded here, find a better way.
this._relative_url_list = [
"/",
"gadget_officejs_bootloader.js",
"gadget_officejs_bootloader_presentation.html",
"gadget_officejs_bootloader_presentation.js",
"gadget_officejs_bootloader_presentation.css",
"gadget_officejs_bootloader_serviceworker.js",
"gadget_erp5_nojqm.css",
"jio_appcachestorage.js"
this._prefix + "/",
this._prefix + "gadget_officejs_bootloader.js",
this._prefix + "gadget_officejs_bootloader_presentation.html",
this._prefix + "gadget_officejs_bootloader_presentation.js",
this._prefix + "gadget_officejs_bootloader_presentation.css",
this._prefix + "gadget_officejs_bootloader_serviceworker.js",
this._prefix + "gadget_erp5_nojqm.css",
this._prefix + "jio_appcachestorage.js"
];
if (this._take_installer) {
this._version = 'app/';
}
this._version = this._prefix + this._version;
}
AppCacheStorage.prototype.get = function (id) {
......
......@@ -239,7 +239,7 @@
</item>
<item>
<key> <string>serial</string> </key>
<value> <string>961.10590.54524.11827</string> </value>
<value> <string>961.17737.55306.1348</string> </value>
</item>
<item>
<key> <string>state</string> </key>
......@@ -257,7 +257,7 @@
</tuple>
<state>
<tuple>
<float>1501764524.91</float>
<float>1502193583.56</float>
<string>UTC</string>
</tuple>
</state>
......
......@@ -227,7 +227,7 @@
</item>
<item>
<key> <string>serial</string> </key>
<value> <string>960.34375.20392.48059</string> </value>
<value> <string>961.17739.7403.25139</string> </value>
</item>
<item>
<key> <string>state</string> </key>
......@@ -245,7 +245,7 @@
</tuple>
<state>
<tuple>
<float>1499338910.54</float>
<float>1502193354.69</float>
<string>UTC</string>
</tuple>
</state>
......
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