Item Info
[[div class="code-container" style="display:none;"]]
<script>
function showTextBox() {
var textBoxContainer = document.querySelector('.text-box-container');
textBoxContainer.style.display = 'block';
textBoxContainer.querySelector('textarea').focus();
}

function showCreationDate() {
document.querySelector('.creation-date-container').style.display = 'block';
}
</script>

Unless otherwise stated, the content of this page is licensed under the Creative Commons Attribution-ShareAlike 4.0 International license