Commit ed917724 authored by Jérome Perrin's avatar Jérome Perrin

slapos_jio: fix javascript syntax error

An error slipped in 92da569e (slapos_jio: Drop Handlebars, 2022-06-08)
parent fe7c1818
Pipeline #26684 failed with stage
in 0 seconds
......@@ -33,7 +33,7 @@
}
}
return domsugar(div, {class: 'annotated_help'}, [annotated_message];
return domsugar(div, {class: 'annotated_help'}, [annotated_message]);
})
.declareMethod("render", function (options) {
......
  • @rafael this was an obvious, trivial fix I pushed on master directly. I did not really see anything broken, but I noticed errors in the javascript console

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