Skip to content
Snippets Groups Projects
Commit a5ec8fc5 authored by Thomas Wood's avatar Thomas Wood
Browse files

Minor text change

parent 30e34a5b
No related branches found
No related tags found
No related merge requests found
...@@ -94,9 +94,9 @@ ...@@ -94,9 +94,9 @@
<div class='source_div'> <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 /> <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> <table id='main_table'><tr>
<td> <td>
<textarea id='source_code' class='source' rows='6' cols='60'>source code here</textarea> <textarea id='source_code' class='source' rows='6' cols='60'>source code here</textarea>
......
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