disablig btnNew when copying. see #598
This commit is contained in:
parent
04e3388fc8
commit
2e89ddef65
1 changed files with 2 additions and 1 deletions
|
|
@ -1020,7 +1020,8 @@ function handleCopyClick(e) {
|
||||||
|
|
||||||
// Show form
|
// Show form
|
||||||
document.getElementById('formNew').style.display = 'block';
|
document.getElementById('formNew').style.display = 'block';
|
||||||
|
document.getElementById('btnNew').disabled = true;
|
||||||
|
|
||||||
// Scroll to top
|
// Scroll to top
|
||||||
window.scrollTo({
|
window.scrollTo({
|
||||||
top: 0,
|
top: 0,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue