Browse Source

Merge 046227d2c4 into 1e4f123eb0

pull/13714/merge
Ashish Pandey 2 days ago
committed by GitHub
parent
commit
d181c9bc0e
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 4
      docs/en/docs/js/termynal.js

4
docs/en/docs/js/termynal.js

@ -133,7 +133,7 @@ class Termynal {
this.container.innerHTML = ''
this.init()
}
restart.href = '#'
restart.href = "javascript:void(0)"
restart.setAttribute('data-terminal-control', '')
restart.innerHTML = "restart ↻"
return restart
@ -147,7 +147,7 @@ class Termynal {
this.typeDelay = 0
this.startDelay = 0
}
finish.href = '#'
finish.href = "javascript:void(0)"
finish.setAttribute('data-terminal-control', '')
finish.innerHTML = "fast →"
this.finishElement = finish

Loading…
Cancel
Save