Commit 76c8e650 authored by Vincent Bechu's avatar Vincent Bechu

[erp5_officejs] Fixup

parent 45f33fb3
...@@ -36,7 +36,7 @@ ...@@ -36,7 +36,7 @@
this._version = 'app/'; this._version = 'app/';
} }
if (this._favicon) { if (this._favicon) {
this._relative_url_list.push('favicon.ico'); this._relative_url_list.push('app/favicon.ico');
} }
this._version = this._prefix + this._version; this._version = this._prefix + this._version;
} }
...@@ -63,7 +63,7 @@ ...@@ -63,7 +63,7 @@
} }
return new RSVP.Queue() return new RSVP.Queue()
.push(function () { .push(function () {
if (relative_url === '/favicon.ico') { if (relative_url === '/app/favicon.ico') {
relative_url = storage._favicon; relative_url = storage._favicon;
} }
return jIO.util.ajax({ return jIO.util.ajax({
......
...@@ -239,7 +239,7 @@ ...@@ -239,7 +239,7 @@
</item> </item>
<item> <item>
<key> <string>serial</string> </key> <key> <string>serial</string> </key>
<value> <string>962.2788.21589.60364</string> </value> <value> <string>962.2820.13782.18414</string> </value>
</item> </item>
<item> <item>
<key> <string>state</string> </key> <key> <string>state</string> </key>
...@@ -257,7 +257,7 @@ ...@@ -257,7 +257,7 @@
</tuple> </tuple>
<state> <state>
<tuple> <tuple>
<float>1505228503.61</float> <float>1505230383.95</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