diff --git a/markbase-core/src/page.html b/markbase-core/src/page.html index a51a008..7ec891e 100644 --- a/markbase-core/src/page.html +++ b/markbase-core/src/page.html @@ -489,7 +489,7 @@ function showTreeLoginModal(){ '
File Tree Authentication
'+ '
'+ ''+ - ''+ + ''+ '
'+ '
'+ ''+ @@ -501,13 +501,13 @@ function showTreeLoginModal(){ document.body.appendChild(m); } - document.getElementById('tree-user').value=''; + document.getElementById('tree-user').value='demo'; document.getElementById('tree-password').value=''; document.getElementById('tree-password').type='password'; document.getElementById('tree-error').textContent=''; m.classList.add('active'); m.style.display='block'; - document.getElementById('tree-user').focus(); + document.getElementById('tree-password').focus(); } function handleTreeKeyPress(e){