Commit 1c96316a authored by Romain Courteaud's avatar Romain Courteaud

[officejs_olapy_demo] Update hardcoded local XMLA URL

parent a2aaf6a1
......@@ -51,7 +51,7 @@ var global = self, window = self;
self.addEventListener("fetch", function (event) {
var relative_url = event.request.url.split("#")[0]
.replace(self.registration.scope, "");
if (relative_url === "local_iodide") {
if (relative_url.indexOf("local_iodide") !== -1) {
event.respondWith(
new self.RSVP.Queue()
.push(function () {
......
......@@ -228,7 +228,7 @@
</item>
<item>
<key> <string>serial</string> </key>
<value> <string>973.52252.34629.3259</string> </value>
<value> <string>975.14837.9212.30429</string> </value>
</item>
<item>
<key> <string>state</string> </key>
......@@ -246,7 +246,7 @@
</tuple>
<state>
<tuple>
<float>1550672983.81</float>
<float>1556032641.51</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