From a5ec8fc55314d1871b8dbe94e7a563dae849f092 Mon Sep 17 00:00:00 2001 From: Thomas Wood <thomas.wood09@imperial.ac.uk> Date: Tue, 29 Mar 2016 16:27:57 +0100 Subject: [PATCH] Minor text change --- driver.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/driver.html b/driver.html index 37ea3ef..8535d50 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> -- GitLab