~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/bugs/templates/bugtask-index.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:
34
34
            });
35
35
         });
36
36
      </script>
37
 
      <tal:if condition="request/features/bugs.private_notification.enabled">
38
 
      <script type="text/javascript">
39
 
          // We need to set up some bugtask
40
 
            var privacy_notification_enabled = true;
41
 
      </script>
42
 
      </tal:if>
43
 
      <tal:if condition="not: request/features/bugs.private_notification.enabled">
44
 
      <script type="text/javascript">
45
 
            var privacy_notification_enabled = false;
46
 
      </script>
47
 
      </tal:if>
48
37
      <tal:if
49
38
        condition="request/features/bugs.batched_comment_loading.enabled">
50
39
      <script type="text/javascript">