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

[erp5_officejs] Fixup

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