Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
Commit f1a54eb7 authored by Nicolas's avatar Nicolas
Browse files

Modification du sélecteur

parent 8e3313cd
No related branches found
No related tags found
No related merge requests found
......@@ -54,10 +54,10 @@ require([
// Setup the buttons for all transfers
// The "add files" button doesn't need to be setup because the config
// `clickable` has already been specified.
document.querySelector("#actions .start").onclick = function() {
document.querySelector(".actions .start").onclick = function() {
myDropzone.enqueueFiles(myDropzone.getFilesWithStatus(Dropzone.ADDED));
};
document.querySelector("#actions .cancel").onclick = function() {
document.querySelector(".actions .cancel").onclick = function() {
myDropzone.removeAllFiles(true);
};
});
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment