[extensions-web] Clean up an old unused template var



commit fea56b93e92eff3ec051f4e021aba9df2e9716a0
Author: Jasper St. Pierre <jstpierre mecheye net>
Date:   Mon Nov 7 11:07:12 2011 -0500

    Clean up an old unused template var

 .../extensions/templates/extensions/detail.html    |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/sweettooth/extensions/templates/extensions/detail.html b/sweettooth/extensions/templates/extensions/detail.html
index 27f87ea..5f27c08 100644
--- a/sweettooth/extensions/templates/extensions/detail.html
+++ b/sweettooth/extensions/templates/extensions/detail.html
@@ -68,7 +68,7 @@
 {% endblock %}
 {% block document-ready %}{{ block.super }}
     require(['jquery.rating', 'extensions'], function() {
-        {% if is_review or is_rejected %}
+        {% if is_rejected %}
         $(".extension .switch").addClass("insensitive");
         {% endif %}
         $(".extension").addExtensionsSwitches();



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]