[extensions-web] Don't show incompatibility error message on the Installed Extensions page
- From: Jasper St. Pierre <jstpierre src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [extensions-web] Don't show incompatibility error message on the Installed Extensions page
- Date: Thu, 1 Dec 2011 22:01:19 +0000 (UTC)
commit 8f3a0c6fcceec8a4ce77e5744c8ad57f4cd49f3b
Author: Jasper St. Pierre <jstpierre mecheye net>
Date: Thu Dec 1 17:01:09 2011 -0500
Don't show incompatibility error message on the Installed Extensions page
.../extensions/templates/extensions/detail.html | 2 +-
sweettooth/static/js/main.js | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/sweettooth/extensions/templates/extensions/detail.html b/sweettooth/extensions/templates/extensions/detail.html
index 9c62c93..aaf0e30 100644
--- a/sweettooth/extensions/templates/extensions/detail.html
+++ b/sweettooth/extensions/templates/extensions/detail.html
@@ -22,7 +22,7 @@
{% block extra-body-header %}
{% endblock %}
- <div class="extension"
+ <div class="extension single-page"
data-uuid="{{ extension.uuid }}"
data-ver-url-base="{% url extensions-version-detail ext_pk=extension.pk slug=extension.slug pk='' %}"
data-svm="{{ shell_version_map }}">
diff --git a/sweettooth/static/js/main.js b/sweettooth/static/js/main.js
index 4831fd0..bf79f90 100644
--- a/sweettooth/static/js/main.js
+++ b/sweettooth/static/js/main.js
@@ -91,7 +91,7 @@ require(['jquery', 'messages', 'extensions',
$('#local_extensions').addLocalExtensions();
$('#error_report').fillInErrors();
- $('.extension').addExtensionSwitch();
+ $('.extension.single-page').addExtensionSwitch();
$('.comment .rating').each(function() {
$(this).find('input').rating();
});
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]