[extensions-web] js: Put the tipsy tooltip for the switch on the right hand side



commit 32ef6051c76ab303584bf30ceab3f873b413875e
Author: Jasper St. Pierre <jstpierre mecheye net>
Date:   Thu Dec 1 14:02:59 2011 -0500

    js: Put the tipsy tooltip for the switch on the right hand side

 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 43f0db6..7e69283 100644
--- a/sweettooth/static/js/extensions.js
+++ b/sweettooth/static/js/extensions.js
@@ -120,7 +120,7 @@ function($, messages, dbusProxy, extensionUtils) {
         $elem.bind('state-changed', function(e, newState) {
             $elem.data('state', newState);
             $switch.switchify('insensitive', false);
-            $switch.tipsy({ gravity: 'e', fade: true });
+            $switch.tipsy({ gravity: 'w', fade: true });
             if (newState == ExtensionState.DISABLED ||
                 newState == ExtensionState.INITIALIZED ||
                 newState == ExtensionState.UNINSTALLED) {



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