~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/bugs/javascript/bugtask_index.js

  • Committer: Ian Booth
  • Date: 2011-09-15 11:24:46 UTC
  • mto: This revision was merged to the branch mainline in revision 13964.
  • Revision ID: ian.booth@canonical.com-20110915112446-w9i79wukrwijxo9p
Add yui test and fix some formatting

Show diffs side-by-side

added added

removed removed

Lines of Context:
369
369
    var sub_list_node = Y.one('#other-bug-subscribers');
370
370
    var subscribers_list = sub_list_node.getData('subscribers_loader');
371
371
    subscribers_list.subscribers_list.startActivity(
372
 
            'Updating subscribers...');
 
372
        'Updating subscribers...');
373
373
    var config = {
374
374
        method: "POST",
375
375
        headers: {'Accept': 'application/xhtml'},
439
439
                    }
440
440
                }
441
441
                Y.lp.client.display_notifications(
442
 
                        response.getResponseHeader('X-Lazr-Notifications'));
 
442
                    response.getResponseHeader('X-Lazr-Notifications'));
443
443
                Y.lp.anim.green_flash({node: privacy_div}).run();
444
444
            },
445
445
            failure: function (ioId, o) {