We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 305e551 commit 7152b26Copy full SHA for 7152b26
1 file changed
docs/js/termynal.js
@@ -133,7 +133,7 @@ class Termynal {
133
this.container.innerHTML = ''
134
this.init()
135
}
136
- restart.href = '#'
+ restart.href = 'javascript:void(0)'
137
restart.setAttribute('data-terminal-control', '')
138
restart.innerHTML = "restart ↻"
139
return restart
@@ -147,7 +147,7 @@ class Termynal {
147
this.typeDelay = 0
148
this.startDelay = 0
149
150
- finish.href = '#'
+ finish.href = 'javascript:void(0)'
151
finish.setAttribute('data-terminal-control', '')
152
finish.innerHTML = "fast →"
153
this.finishElement = finish
0 commit comments