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

« back to all changes in this revision

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

Only load tos.js on /+tos.

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', 'tos.js')]
 
83
                           ('util.js', 'json2.js', 'md5.js')]
84
84
        ctx['scripts'] += req.scripts
85
85
 
86
86
        ctx['scripts_init'] = req.scripts_init