~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/code/javascript/branchmergeproposal.reviewcomment.js

  • Committer: Launchpad Patch Queue Manager
  • Date: 2012-01-04 03:03:41 UTC
  • mfrom: (14616.1.2 longpoll-stats-903586)
  • Revision ID: launchpad@pqm.canonical.com-20120104030341-os86i70cbyvzdjc5
[r=gmb][bug=903586] Update the stats on a MP page.

Show diffs side-by-side

added added

removed removed

Lines of Context:
71
71
    });
72
72
}
73
73
 
 
74
namespace.link_scroller = link_scroller;
 
75
 
74
76
 
75
77
/*
76
78
 * Make the edit link a javascript link (green).
245
247
 
246
248
 
247
249
var NumberToggle = function () {
248
 
        NumberToggle.superclass.constructor.apply(this, arguments);
 
250
    NumberToggle.superclass.constructor.apply(this, arguments);
249
251
};
250
252
 
251
253