diff --git a/dist/server.js b/dist/server.js index 7835e84..f82c585 100644 --- a/dist/server.js +++ b/dist/server.js @@ -206,7 +206,7 @@ function edit_phase(phaseid) {
+ oninput="update_field('text', this.value)">{{text}}
@@ -214,22 +214,22 @@ function edit_phase(phaseid) {
+ oninput="update_field('onload', this.value)" + class="textarea" placeholder="#t">{{onload}}
- +
- +
@@ -294,9 +294,9 @@ Controllers:


{{name}}

{{text}}
-On Load: {{on_load}}
-Exit When: {{exit_condition}}
-On Exit: {{on_exit}}
+On Load: {{onload}}
+Exit When: {{nextcond}}
+On Exit: {{onexit}}
{{/phases}} {{/selected_recipe}} @@ -337,11 +337,11 @@ function current_recipe(data) { {{current_phase.text}}

-Next Cond: {{current_phase.exit_condition}} +Next Cond: {{current_phase.nextcond}}
-On Load: {{current_phase.on_load}} +On Load: {{current_phase.onload}}
-On Exit: {{current_phase.on_exit}} +On Exit: {{current_phase.onexit}}