X-Git-Url: https://git.p6c8.net/jirafeau_mojo42.git/blobdiff_plain/ad3b6e463976a874bb91aa85981140a2c6e8ae86..3fe355234450caeae334086149b06a504af86825:/lib/functions.js.php?ds=sidebyside diff --git a/lib/functions.js.php b/lib/functions.js.php index e952430..0c9a020 100644 --- a/lib/functions.js.php +++ b/lib/functions.js.php @@ -261,12 +261,13 @@ function control_selected_file_size(max_size, error_str) } else { - document.getElementById('options').style.display = ''; - document.getElementById('send').style.display = ''; + // add class to restyle upload form in next step + document.getElementById('upload').setAttribute('class', 'file-selected'); + // display options + document.getElementById('options').style.display = 'block'; + document.getElementById('send').style.display = 'block'; document.getElementById('error_pop').style.display = 'none'; - document.getElementById('file_select').style.left = 'inherit'; - document.getElementById('file_select').style.height = 'inherit'; - document.getElementById('file_select').style.opacity = '1'; + document.getElementById('send').focus(); } }