[chronojump-server] Fixing problem with multitask when a new one is created



commit 010d6d0c9fea30a50c5521a1ecb9c0c21d5e706f
Author: Marcos Venteo <mventeo gmail com>
Date:   Thu Mar 1 22:34:02 2018 +0100

    Fixing problem with multitask when a new one is created

 chronojumpserver/templates/player_list.html |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/chronojumpserver/templates/player_list.html b/chronojumpserver/templates/player_list.html
index 763077a..19f5877 100755
--- a/chronojumpserver/templates/player_list.html
+++ b/chronojumpserver/templates/player_list.html
@@ -663,6 +663,7 @@ $('#players').on('click', 'button', function() {
 
        removeMacroTasksTable();
        get_maximum_mean_velocity();
+       $('.macroTaskControl').prop("readonly", false);
 });
 
 /* To show the form to modify the task */


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]