Skip to content

Commit

Permalink
resolve conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
louisaturn committed Mar 22, 2023
1 parent abff74e commit 2a1dec2
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions main/staticfiles/js/steps.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ function init_steps_creation_interface(interface_root_element, output_element, s
steps_creation_interface = document.createElement("div")
steps_creation_interface.type= "steps_creation_interface"

<<<<<<< Updated upstream
step_controler = document.createElement("div")
step_controler.type = "step_controler"
step_board = init_step_board(step_list)
Expand Down Expand Up @@ -600,6 +601,8 @@ function init_steps_creation_interface(interface_root_element, output_element, s
steps_creation_interface = document.createElement("div")
steps_creation_interface.type= "steps_creation_interface"

=======
>>>>>>> Stashed changes
step_controler = document.createElement("div")
step_controler.type = "step_controler"
step_board = init_step_board(step_list)
Expand Down Expand Up @@ -798,10 +801,17 @@ function reload_imported_config(){

if (new_config & proc_dinamic){
if(confirm("Você deseja substituir as configurações do processamento dinâmico pelos passos importados?")){
<<<<<<< Updated upstream
proc_dinamic_tab.addEventListener("click", reload_step_creation_interface);
alert("Para ativar os novos passos, clique na aba do processamento dinâmico.");
}
}
=======
proc_dinamic_tab.addEventListener('click', reload_step_creation_interface);
}
}
proc_dinamic_tab.click();
>>>>>>> Stashed changes
}
function refill_parameters(args, block){
Expand Down

0 comments on commit 2a1dec2

Please sign in to comment.