Commit 1bae5f9a authored by Gabriel Monnerat's avatar Gabriel Monnerat

erp5_document_scanner: Cosmetic change

parent 8b7b42f1
......@@ -228,7 +228,7 @@
var i,
button_list = root.querySelectorAll("button");
for (i = 0; i < button_list.length; i += 1) {
button_list[i].innerText = result_list[i + 1];
button_list[i].innerText = " " + result_list[i + 1];
}
root.querySelector("video").innerText = result_list[0];
})
......
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