Skip to content
Snippets Groups Projects
Commit 6a73fd40 authored by Julien Schmidt's avatar Julien Schmidt
Browse files

autoselect log text when showing log

parent 0aeacdb3
No related branches found
No related tags found
No related merge requests found
......@@ -274,6 +274,7 @@ function showUnknown() {
function showLog() {
document.getElementById('log-container').classList.add('show');
logElem.style.height = (logElem.scrollHeight+2) + 'px';
logElem.click();
}
function showLogButton() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment