~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/app/javascript/privacy.js

  • Committer: Jeroen Vermeulen
  • Date: 2011-09-26 06:30:07 UTC
  • mto: This revision was merged to the branch mainline in revision 14049.
  • Revision ID: jeroen.vermeulen@canonical.com-20110926063007-1fb5eelnidpnra9a
Fix lots of lint in recently-changed files.

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
 */
11
11
 
12
12
function setup_privacy_notification(config) {
13
 
    if (notification_node !== null)
 
13
    if (notification_node !== null) {
14
14
        return;
 
15
    }
15
16
    var notification_text = 'The information on this page is private';
16
17
    var hidden = true;
17
18
    var target_id = "maincontent";