Commit 5739beaa authored by Cédric Le Ninivin's avatar Cédric Le Ninivin

CribJSLauncher: Decrease loading counter after error has been caught

parent 9ff7a5c3
...@@ -81,7 +81,7 @@ ...@@ -81,7 +81,7 @@
}); });
} }
function callCribSWGadget(gadget, method, param_list) { function callCribSWGadget(gadget, method, param_list) {
var called = false; var called = true;
return new RSVP.Queue() return new RSVP.Queue()
.push(function () { .push(function () {
return increaseLoadingCounter(gadget); return increaseLoadingCounter(gadget);
......
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