From fd637056703a777a97f7fac6338d62ba70ed099d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micka=C3=ABl=20V=C3=A9ril?= Date: Mon, 7 Oct 2019 14:19:01 +0200 Subject: [PATCH] Add a submit button to avoid multiple refreshs --- content/multipledataset.html | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/content/multipledataset.html b/content/multipledataset.html index 97998c57..df810c39 100644 --- a/content/multipledataset.html +++ b/content/multipledataset.html @@ -84,6 +84,7 @@ draft: false $(this).append(op) } }) + $('#form_dat > input[type="submit"').prop('disabled', false); processingIndicator.isActive=false await reloadContent() } @@ -266,7 +267,7 @@ draft: false
  • Now you can see the list of selected data and some statistics about these data
  • -
    + Data type @@ -279,11 +280,12 @@ draft: false
    - + - + - + +