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

« back to all changes in this revision

Viewing changes to ivle/webapp/console/media/console.js

  • Committer: William Grant
  • Date: 2009-03-04 00:27:20 UTC
  • Revision ID: grantw@unimelb.edu.au-20090304002720-tdicsjr1zi30gmgd
Tags: 0.1.9.8, 0.1.9.9
In the console, append a newline to the end of a submitted block of code. 
Fixes issue 111.

Show diffs side-by-side

added added

removed removed

Lines of Context:
254
254
 
255
255
    if (typeof(inputbox) == "string")
256
256
    {
257
 
        var inputline = inputbox;
 
257
        var inputline = inputbox + "\n";
258
258
        inputbox = null;
259
259
    }
260
260
    else