~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/app/javascript/picker/picker_patcher.js

  • Committer: Launchpad Patch Queue Manager
  • Date: 2011-12-22 04:23:31 UTC
  • mfrom: (14564.4.2 megalint-7)
  • Revision ID: launchpad@pqm.canonical.com-20111222042331-ldeo5z018n8bq6x1
[r=jtv][no-qa] Lint.

Show diffs side-by-side

added added

removed removed

Lines of Context:
215
215
 
216
216
                if (private_person && public_context) {
217
217
                    var yesno_content =
218
 
                        '<p>This action will reveal this team\'s name to ' +
219
 
                        'the public.</p>' 
 
218
                        "<p>This action will reveal this team's name to " +
 
219
                        "the public.</p>";
220
220
                    Y.lp.app.picker.yesno_save_confirmation(
221
 
                            picker, yesno_content, 'Continue', 'Choose Again',
222
 
                            do_save, do_cancel);
 
221
                        picker, yesno_content, 'Continue', 'Choose Again',
 
222
                        do_save, do_cancel);
223
223
                } else {
224
224
                    do_save();
225
225
                }