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

« back to all changes in this revision

Viewing changes to ivle/webapp/console/__init__.py

  • Committer: William Grant
  • Date: 2010-02-25 09:36:51 UTC
  • Revision ID: grantw@unimelb.edu.au-20100225093651-mj6pdjw8idyacptr
Start a console backend immediately in ConsoleView, and when the overlay is maximised.

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
 
17
17
        self.plugin_scripts = {'ivle.webapp.console': ['console.js']}
18
18
        self.plugin_styles  = {'ivle.webapp.console': ['console.css']}
19
 
        self.plugin_scripts_init = ['console_init']
 
19
        self.scripts_init = ['start_server_early']
20
20
 
21
21
        # Don't load the console overlay when we already have a console.
22
22
        self.overlay_blacklist = [ConsoleOverlay]