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

« back to all changes in this revision

Viewing changes to ivle/webapp/filesystem/browser/template.html

  • Committer: William Grant
  • Date: 2010-07-27 13:14:14 UTC
  • mto: This revision was merged to the branch mainline in revision 1825.
  • Revision ID: grantw@unimelb.edu.au-20100727131414-p1aioo6yt1gr5f7u
Remove unused mediapath.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
<head>
5
5
  <title>${title}</title>
6
6
  <script type="text/javascript">
7
 
    mediapath = "${mediapath}";
8
7
    codemirrorpath = "${codemirrorpath}";
9
8
  </script>
10
9
</head>