Commit ab2b9d40 authored by Boris Kocherov's avatar Boris Kocherov Committed by Boris Kocherov

erp5_officejs: fix list of cached files for ooffice_text

parent 514a097a
......@@ -7,6 +7,7 @@
name: 'officejs_text_cache',
cached_urls: [
"./",
"handlebars.js",
"//netdna.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css",
"//netdna.bootstrapcdn.com/font-awesome/4.2.0/fonts/fontawesome-webfont.eot?v=4.2.0",
"//netdna.bootstrapcdn.com/font-awesome/4.2.0/fonts/fontawesome-webfont.eot?#iefix&v=4.2.0",
......@@ -15,20 +16,22 @@
"//netdna.bootstrapcdn.com/font-awesome/4.2.0/fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular",
"ooffice/apps/common/main/resources/img/about/OnlyOffice.png",
"ooffice/apps/common/main/resources/img/about/OnlyOffice@2x.png",
"ooffice/apps/common/main/resources/img/controls/common-controls.png",
"ooffice/apps/common/main/resources/img/controls/common-controls@2x.png",
"ooffice/apps/common/main/resources/img/header/header-logo.png",
"ooffice/apps/common/main/resources/img/header/header-logo@2x.png",
"ooffice/apps/common/main/resources/img/combo-border-size/BorderSize.png",
"ooffice/apps/common/main/resources/img/plugin/icon_add_on_default@2x.png",
"ooffice/apps/common/main/resources/img/plugin/icon_add_on_default.png",
"ooffice/apps/common/main/resources/img/load-mask/loading.gif",
"ooffice/apps/common/main/resources/img/hsbcolorpicker/hsb-colorpicker.png",
"ooffice/apps/common/main/resources/img/hsbcolorpicker/hsb-colorpicker@2x.png",
"ooffice/apps/common/main/resources/img/hsbcolorpicker/transparency_39x15.png",
"ooffice/apps/common/main/resources/img/hsbcolorpicker/transparency_39x15@2x.png",
"ooffice/apps/common/main/resources/img/hsbcolorpicker/transparency_63x20.png",
"ooffice/apps/common/main/resources/img/hsbcolorpicker/transparency_63x20@2x.png",
"ooffice/apps/common/main/resources/img/load-mask/loading.gif",
"ooffice/apps/documenteditor/main/resources/img/combo-border-size/BorderSize.png",
"ooffice/apps/documenteditor/main/resources/img/controls/Scroll_center.png",
"ooffice/apps/documenteditor/main/resources/img/controls/Scroll_center@2x.png",
"ooffice/apps/common/main/resources/img/controls/common-controls.png",
"ooffice/apps/common/main/resources/img/controls/common-controls@2x.png",
"ooffice/apps/common/main/resources/img/controls/Scroll_center.png",
"ooffice/apps/common/main/resources/img/controls/Scroll_center@2x.png",
"ooffice/apps/documenteditor/main/resources/img/controls/dimension-picker/dimension-highlighted.png",
"ooffice/apps/documenteditor/main/resources/img/controls/dimension-picker/dimension-highlighted@2x.png",
"ooffice/apps/documenteditor/main/resources/img/controls/dimension-picker/dimension-unhighlighted.png",
......@@ -269,4 +272,4 @@
importScripts('gadget_officejs_serviceworker.js');
}(self));
\ No newline at end of file
}(self));
......@@ -230,7 +230,7 @@
</item>
<item>
<key> <string>serial</string> </key>
<value> <string>953.22774.64599.10956</string> </value>
<value> <string>953.28331.58740.17169</string> </value>
</item>
<item>
<key> <string>state</string> </key>
......@@ -248,7 +248,7 @@
</tuple>
<state>
<tuple>
<float>1471734280.02</float>
<float>1471976407.92</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