Commit a15a13ad authored by Vincent Bechu's avatar Vincent Bechu

[erp5_officejs] Remove officejs css

parent 1fc38e49
...@@ -391,7 +391,9 @@ ...@@ -391,7 +391,9 @@
</item> </item>
<item> <item>
<key> <string>configuration_stylesheet_url</string> </key> <key> <string>configuration_stylesheet_url</string> </key>
<value> <string>gadget_officejs_nojqm.css</string> </value> <value>
<none/>
</value>
</item> </item>
<item> <item>
<key> <string>configuration_translation_gadget_url</string> </key> <key> <string>configuration_translation_gadget_url</string> </key>
...@@ -650,7 +652,7 @@ ...@@ -650,7 +652,7 @@
</item> </item>
<item> <item>
<key> <string>actor</string> </key> <key> <string>actor</string> </key>
<value> <string>zope</string> </value> <value> <string>vincent</string> </value>
</item> </item>
<item> <item>
<key> <string>comment</string> </key> <key> <string>comment</string> </key>
...@@ -664,7 +666,7 @@ ...@@ -664,7 +666,7 @@
</item> </item>
<item> <item>
<key> <string>serial</string> </key> <key> <string>serial</string> </key>
<value> <string>961.16277.24517.44253</string> </value> <value> <string>963.48017.29648.13841</string> </value>
</item> </item>
<item> <item>
<key> <string>state</string> </key> <key> <string>state</string> </key>
...@@ -682,7 +684,7 @@ ...@@ -682,7 +684,7 @@
</tuple> </tuple>
<state> <state>
<tuple> <tuple>
<float>1504529296.63</float> <float>1513168356.92</float>
<string>UTC</string> <string>UTC</string>
</tuple> </tuple>
</state> </state>
......
...@@ -42,13 +42,11 @@ ...@@ -42,13 +42,11 @@
return gadget.updateDocument(content); return gadget.updateDocument(content);
}) })
.push(function () { .push(function () {
if (gadget.state.content_editable) { return gadget.jio_putAttachment(
return gadget.jio_putAttachment( gadget.state.jio_key,
gadget.state.jio_key, "data",
"data", jIO.util.dataURItoBlob(data)
jIO.util.dataURItoBlob(data) );
);
}
}) })
.push(function () { .push(function () {
return gadget.notifySubmitted({message: 'Data Updated', status: 'success'}); return gadget.notifySubmitted({message: 'Data Updated', status: 'success'});
......
...@@ -235,7 +235,7 @@ ...@@ -235,7 +235,7 @@
</item> </item>
<item> <item>
<key> <string>serial</string> </key> <key> <string>serial</string> </key>
<value> <string>964.5641.61141.26828</string> </value> <value> <string>964.6983.49724.27733</string> </value>
</item> </item>
<item> <item>
<key> <string>state</string> </key> <key> <string>state</string> </key>
...@@ -253,7 +253,7 @@ ...@@ -253,7 +253,7 @@
</tuple> </tuple>
<state> <state>
<tuple> <tuple>
<float>1513091333.42</float> <float>1513172431.68</float>
<string>UTC</string> <string>UTC</string>
</tuple> </tuple>
</state> </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