Commit d97694d2 authored by Cédric Le Ninivin's avatar Cédric Le Ninivin

Fixup missing Resolver on home page

parent 3e628223
......@@ -129,6 +129,7 @@
for (var i = 0; i < link_list.length; i++) {
gadget.props.element.querySelector("." + page_list[i]).href = link_list[i];
}
return gadget.props.start_deferred.resolve();
});
})
.declareService(function () {
......
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