~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/app/templates/base-layout-macros.pt

  • Committer: Launchpad Patch Queue Manager
  • Date: 2011-10-06 18:51:36 UTC
  • mfrom: (14006.3.5 remove-privacy-ff)
  • Revision ID: launchpad@pqm.canonical.com-20111006185136-e3mgha0c6uqsr5pq
[r=sinzui][bug=855682] Removes the privacy banner feature flag.

Show diffs side-by-side

added added

removed removed

Lines of Context:
106
106
 
107
107
  <metal:load-lavascript use-macro="context/@@+base-layout-macros/load-javascript" />
108
108
 
109
 
    <tal:if condition="request/features/bugs.private_notification.enabled">
110
109
    <script type="text/javascript">
111
110
      LPS.use('base', 'node', 'oop', 'event', 'lp.bugs.bugtask_index',
112
111
                'lp.bugs.subscribers',
120
119
          });
121
120
      });
122
121
    </script>
123
 
    </tal:if>
124
122
 
125
123
  <script id="base-layout-load-scripts" type="text/javascript">
126
124
    LPS.use('node', 'event-delegate', 'lp', 'lp.app.links', 'lp.app.longpoll', function(Y) {