Commit 04bddc2a authored by Cédric Le Ninivin's avatar Cédric Le Ninivin

erp5_cribjs_bootloader: Fix concurrency issue in Landingjs

parent 2ff38e2b
/*jslint nomen: true, indent: 2, maxerr: 3 */
/*jslint nomen: true, indent: 2, maxerr: 100 */
/*global window, rJS, RSVP, jIO, fetch, Promise, document, console, Blob
, JSZip */
(function (rJS, RSVP, JSZip, jIO) {
......@@ -194,10 +194,10 @@
g.props.element = element;
})
.push(function () {
return RSVP.all([
getStorageGadget(g),
g.render({})
]);
return getStorageGadget(g);
})
.push(function () {
return g.render({});
});
});
}(rJS, RSVP, JSZip, jIO));
\ No newline at end of file
......@@ -246,7 +246,7 @@
</item>
<item>
<key> <string>serial</string> </key>
<value> <string>985.28733.40646.48861</string> </value>
<value> <string>986.42796.39428.22971</string> </value>
</item>
<item>
<key> <string>state</string> </key>
......@@ -264,7 +264,7 @@
</tuple>
<state>
<tuple>
<float>1595496969.04</float>
<float>1600272806.2</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