~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-03-25 22:13:16 UTC
  • mfrom: (1171 trunk)
  • mto: (1165.3.1 submissions)
  • mto: This revision was merged to the branch mainline in revision 1174.
  • Revision ID: grantw@unimelb.edu.au-20090325221316-wj6td6w4hbwv96od
MergeĀ fromĀ trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
      <!-- Plugin JavaScript to be run on page load -->
30
30
      <script type="text/javascript">
31
31
        <py:for each="init_script in scripts_init">
32
 
          window.addEventListener("load", ${init_script}, false);
 
32
          $(document).ready(${init_script});
33
33
        </py:for>
34
34
      </script>
35
35
      ${select('*[local-name()!="title"]')}