Commit c5ca9ab0 authored by Frank Bergmann's avatar Frank Bergmann

- Gustaf changes

parent 60ddd4e5
......@@ -20,7 +20,7 @@ set page_url [im_url_with_query]
set main_project_id $project_id
# Create a random ID for the gantt editor
set gantt_editor_rand [expr round(rand() * 100000000.0)]
set gantt_editor_rand [expr {round(rand() * 100000000.0)}]
set gantt_editor_id "gantt_editor_$gantt_editor_rand"
......
......@@ -19,7 +19,7 @@ set data_list {}
set main_project_id $project_id
# Create a random ID for the task_editor
set task_editor_rand [expr round(rand() * 100000000.0)]
set task_editor_rand [expr {round(rand() * 100000000.0)}]
set task_editor_id "task_editor_$task_editor_rand"
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