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

« back to all changes in this revision

Viewing changes to ivle/webapp/media.py

  • Committer: William Grant
  • Date: 2009-03-17 04:34:50 UTC
  • Revision ID: grantw@unimelb.edu.au-20090317043450-lua1y15ufpz3ebsn
Hardcoding 'jquery' in a general view also tends to be a bad idea.

Show diffs side-by-side

added added

removed removed

Lines of Context:
166
166
 
167
167
        # Grab the admin-configured path for this particular external dep.
168
168
        config = Config()
169
 
        externdir = config['media']['externals']['jquery']
 
169
        externdir = config['media']['externals'][extern[0]]
170
170
 
171
171
        assert isinstance(externdir, basestring)
172
172