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

« back to all changes in this revision

Viewing changes to ivle/webapp/base/ivle-headings.html

  • Committer: William Grant
  • Date: 2009-02-26 02:08:28 UTC
  • Revision ID: grantw@unimelb.edu.au-20090226020828-0qrhe3llq9r5olmr
ivle-showenrolment: Swap year and semester, and show the role.

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
      <script py:if="not publicmode and write_javascript_settings" type="text/javascript">
14
14
        root_dir = "${root_dir}";
15
15
        public_host = "${public_host}";
16
 
        svn_base = "${svn_base}";
17
16
        username = "${login}";
18
17
      </script>
19
18
 
30
29
      <!-- Plugin JavaScript to be run on page load -->
31
30
      <script type="text/javascript">
32
31
        <py:for each="init_script in scripts_init">
33
 
          $(document).ready(${init_script});
 
32
          window.addEventListener("load", ${init_script}, false);
34
33
        </py:for>
35
34
      </script>
36
35
      ${select('*[local-name()!="title"]')}