~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-03-17 03:56:01 UTC
  • Revision ID: grantw@unimelb.edu.au-20090317035601-sdmfdw4g4a31oe6u
Load jQuery in XHTML views by default.

Show diffs side-by-side

added added

removed removed

Lines of Context:
84
84
 
85
85
        ctx['scripts'] = [media_url(req, CorePlugin, path) for path in
86
86
                           ('util.js', 'json2.js', 'md5.js')]
 
87
        ctx['scripts'].append('/+media/+external/jquery/jquery.js')
87
88
        ctx['scripts'] += req.scripts
88
89
 
89
90
        ctx['scripts_init'] = req.scripts_init