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

« back to all changes in this revision

Viewing changes to www/media/console/console.js

  • Committer: drtomc
  • Date: 2008-02-29 02:11:03 UTC
  • Revision ID: svn-v3-trunk0:2b9c9e99-6f39-0410-b283-7f802c844ae2:trunk:623
console: fix a minor styling flaw.
         scroll to the end each time we add more output.

Show diffs side-by-side

added added

removed removed

Lines of Context:
292
292
            }
293
293
        var args = {"key": server_key, "text":''};
294
294
        ajax_call(callback, "consoleservice", "chat", args, "POST");
 
295
 
 
296
        /* Open up the console so we can see the output */
 
297
        console_maximize();
 
298
        /* Auto-scrolling */
 
299
        divScroll.activeScroll();
 
300
 
295
301
        // Return early, so we don't re-enable the input box.
296
302
        return;
297
303
    }