File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 16
16
17
17
{% macro render_go_button(model) %}
18
18
< form action ="/emulations/{{ model.port }} " target ="_blank ">
19
- < button class ="button default-btn " id ="goToEmulationBtn "onclick ="disableButton () "> Go to emulation</ button >
19
+ < button class ="button default-btn " id ="goToEmulationBtn " onclick ="goToEmulation () "> Go to emulation</ button >
20
20
< script >
21
- function disableButton ( ) {
21
+ function goToEmulation ( ) {
22
22
let myButton = document . getElementById ( "goToEmulationBtn" ) ;
23
- myButton . disabled = true ;
23
+ myButton . style . display = "none" ;
24
24
}
25
25
</ script >
26
26
</ form >
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " overhave"
3
- version = " 5.1.2 "
3
+ version = " 5.1.3 "
4
4
description = " Overhave - web-framework for BDD"
5
5
readme = " README.rst"
6
6
authors = [
You can’t perform that action at this time.
0 commit comments