Skip to content

Commit bb9234a

Browse files
committed
remove the test button from the no_command page
Students didn't read and thought they had to click it, and got confused.
1 parent 434e46c commit bb9234a

1 file changed

Lines changed: 1 addition & 8 deletions

File tree

html/no_command.html

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,6 @@ <h1>Numbas lockdown app</h1>
88
<p>This app can be used to access Numbas exams in a controlled environment.</p>
99
<p>The app is installed correctly. Click on a Numbas link in a browser to use this app.</p>
1010
<hr>
11-
<p>You can test the launching process by clicking the button below.</p>
12-
<p style="text-align: center"><button id="launch">Open the test page</button></p>
13-
14-
<script>
15-
document.getElementById('launch').addEventListener('click', e => {
16-
window.api.send('toMain', { command: 'openURL', url: 'https://www.numbas.org.uk/lockdown-app/test'});
17-
});
18-
</script>
11+
<p>You can now close this window.</p>
1912
</body>
2013
</html>

0 commit comments

Comments
 (0)