[extensions-web] Fix up stub of addExtensionSwitch



commit a747fe9139a1e73cec75647bb32066fe6f611829
Author: Jasper St. Pierre <jstpierre mecheye net>
Date:   Sun Nov 13 23:02:30 2011 -0500

    Fix up stub of addExtensionSwitch

 sweettooth/static/js/extensions.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/sweettooth/static/js/extensions.js b/sweettooth/static/js/extensions.js
index 11050f5..1982906 100644
--- a/sweettooth/static/js/extensions.js
+++ b/sweettooth/static/js/extensions.js
@@ -47,7 +47,7 @@ function($, messages, dbusProxy) {
         // version of GNOME3 or the Shell.
         messages.addError("You do not appear to have an up to date version of GNOME3. Some parts of the website may be disabled.");
 
-        $.fn.addExtensionsSwitches = function() {
+        $.fn.addExtensionSwitch = function() {
             // Don't show our switches -- CSS styles define a clickable
             // area even with no content.
             $(this).find('.switch').hide();



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