~azzar1/unity/add-show-desktop-key

« back to all changes in this revision

Viewing changes to ivle/webapp/console/overlay.html

  • Committer: William Grant
  • Date: 2009-08-10 10:32:25 UTC
  • Revision ID: grantw@unimelb.edu.au-20090810103225-grv8e43bb1gnj95x
Unbreak console history retrieval in IE/WebKit.

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
            </div>
23
23
            <div id="console_inputCell">
24
24
              <input id="console_inputText" type="text" 
25
 
                  onkeypress="return catch_input(event.keyCode)" />
 
25
                  onkeydown="return catch_input(event.keyCode)" />
26
26
            </div>
27
27
            <div>
28
28
              <input type='button' value='Interrupt'