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

« back to all changes in this revision

Viewing changes to ivle/webapp/filesystem/browser/__init__.py

Move codepress into ivle.webapp.filesystem.browser's media directory.

Show diffs side-by-side

added added

removed removed

Lines of Context:
55
55
        self.plugin_scripts[Plugin] = ['browser.js',
56
56
                                       'listing.js',
57
57
                                       'editor.js',
58
 
                                       'specialhome.js']
59
 
        req.scripts = ["/media/common/codepress/codepress.js"]
 
58
                                       'specialhome.js',
 
59
                                       'codepress/codepress.js']
60
60
        req.scripts_init = ["browser_init"]
61
61
 
62
62
        # The page title should contain the name of the file being browsed