~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/bugs/javascript/tests/test_buglisting.html

  • Committer: Launchpad Patch Queue Manager
  • Date: 2012-01-06 17:11:54 UTC
  • mfrom: (14565.3.17 inline_help_907443)
  • Revision ID: launchpad@pqm.canonical.com-20120106171154-fjgapb91cd49zzih
[r=deryck][bug=907443] Port the inlinehelp javascript from mochikit
        to YUI in lp.app.inlinehelp.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<html>
2
2
  <head>
3
3
  <title>Bug task listing</title>
4
 
  <script type="text/javascript">
5
 
      // this is a fake out of the global help overlay tool we need to call
6
 
      var initInlineHelp = function () {
7
 
          return;
8
 
      };
9
 
  </script>
10
 
 
11
4
  <!-- YUI and test setup -->
12
5
  <script type="text/javascript"
13
6
          src="../../../../canonical/launchpad/icing/yui/yui/yui.js">
24
17
  <script type="text/javascript"
25
18
          src="../../../app/javascript/effects/effects.js"></script>
26
19
  <script type="text/javascript"
 
20
          src="../../../app/javascript/inlinehelp/inlinehelp.js"></script>
 
21
  <script type="text/javascript"
27
22
          src="../../../app/javascript/errors.js"></script>
28
23
  <script type="text/javascript"
29
24
          src="../../../app/javascript/expander.js"></script>