diff --git a/driver.html b/driver.html index 37ea3efd040f16722c0010d93c67ba27b76de045..8535d50df505cc8994d434cba5ebd6c51ee8b1dc 100644 --- a/driver.html +++ b/driver.html @@ -94,9 +94,9 @@ <div class='source_div'> - JavaScript code to run: <br /> + JavaScript code to run: <select id='select_source_code'><option disabled selected>Examples</option></select><br /> - <input type='file' accept='.js' id='select_file' /> + Or load: <input type='file' accept='.js' id='select_file' /> <table id='main_table'><tr> <td> <textarea id='source_code' class='source' rows='6' cols='60'>source code here</textarea>