Commit a68371d0 authored by Romain Courteaud's avatar Romain Courteaud

erp5_run_my_doc: jslint

parent d7a4c3fc
Pipeline #12844 failed with stage
in 0 seconds
...@@ -757,9 +757,9 @@ ...@@ -757,9 +757,9 @@
.push(function () { .push(function () {
var slide_list = getSlideElementList(gadget.state.value); var slide_list = getSlideElementList(gadget.state.value);
slide_list.splice(parseInt( slide_list.splice(parseInt(
evt.target.getAttribute('data-slide-index'), evt.target.getAttribute('data-slide-index'),
10 10
), 1); ), 1);
return RSVP.all([ return RSVP.all([
gadget.changeState({ gadget.changeState({
value: slideListAsHTML(slide_list) value: slideListAsHTML(slide_list)
......
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