~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/code/templates/branchmergeproposal-index.pt

  • Committer: Raphael Badin
  • Date: 2012-01-06 08:27:55 UTC
  • mfrom: (14513.5.4 builder-history-lfa)
  • mto: This revision was merged to the branch mainline in revision 14654.
  • Revision ID: raphael.badin@canonical.com-20120106082755-95a0eh6nakv5hj3b
Merge devel.

Show diffs side-by-side

added added

removed removed

Lines of Context:
230
230
 
231
231
        if (Y.Lang.isValue(LP.cache.merge_proposal_event_key)) {
232
232
            var updater = new Y.lp.code.branchmergeproposal.updater.UpdaterWidget(
233
 
                {srcNode: Y.one('#diff-area')});
 
233
                {
 
234
                 srcNode: Y.one('#diff-area'),
 
235
                 summary_node: Y.one('#proposal-summary')
 
236
                });
234
237
            Y.on(LP.cache.merge_proposal_event_key, function(data) {
235
238
                if (Y.lp.code.branchmergeproposal.updater.is_mp_diff_updated(data)) {
236
239
                    updater.update();