[extensions-web] Remove dead code for creating an insensitive switch.
- From: Jasper St. Pierre <jstpierre src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [extensions-web] Remove dead code for creating an insensitive switch.
- Date: Mon, 31 Oct 2011 19:35:41 +0000 (UTC)
commit 571a5db16ea924abd52d95d048d27767c7338a32
Author: Jasper St. Pierre <jstpierre mecheye net>
Date: Mon Oct 31 15:35:31 2011 -0400
Remove dead code for creating an insensitive switch.
We inserted the <div> to create the extension switch, but never called
the JS function to create it.
Caught by Owen Taylor.
.../auth/templates/registration/profile.html | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/sweettooth/auth/templates/registration/profile.html b/sweettooth/auth/templates/registration/profile.html
index c2a6dde..e996756 100644
--- a/sweettooth/auth/templates/registration/profile.html
+++ b/sweettooth/auth/templates/registration/profile.html
@@ -12,8 +12,6 @@
<ul>
{% for extension in extensions %}
<li class="extension profile">
- <div class="switch insensitive"></div>
-
<h4 class="extension-name"><a href="{% url extensions-detail pk=extension.pk %}"> <img src="{{ extension.icon.url }}" class="icon">{{ extension.name }}</a></h4>
<p class="description">
{{ extension.description }}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]