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

« back to all changes in this revision

Viewing changes to ivle/webapp/base/xhtml.py

  • Committer: William Grant
  • Date: 2009-02-25 23:04:11 UTC
  • Revision ID: grantw@unimelb.edu.au-20090225230411-lbdyl32ir0m3d59b
Make all of the services executable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
80
80
        ctx['styles'] += req.styles
81
81
 
82
82
        ctx['scripts'] = [media_url(req, CorePlugin, path) for path in
83
 
                           ('util.js', 'json2.js', 'md5.js', 'jquery.js')]
 
83
                           ('util.js', 'json2.js', 'md5.js')]
84
84
        ctx['scripts'] += req.scripts
85
85
 
86
86
        ctx['scripts_init'] = req.scripts_init