From d9e9d5645769ec5677b349de0e0e2bf774abbe4d Mon Sep 17 00:00:00 2001 From: rolux Date: Tue, 4 Oct 2011 02:45:29 +0000 Subject: [PATCH] typo --- static/js/pandora/ui/browser.js | 2 +- static/js/pandora/ui/usersDialog.js | 7 +++---- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/static/js/pandora/ui/browser.js b/static/js/pandora/ui/browser.js index 2db0c03b..509b6964 100644 --- a/static/js/pandora/ui/browser.js +++ b/static/js/pandora/ui/browser.js @@ -107,7 +107,7 @@ pandora.ui.browser = function() { } } if (pandora.user.ui.itemView == 'map') { - pandora.ui.$map.resizeMap(); + pandora.$ui.map.resizeMap(); } else if (pandora.user.ui.itemView == 'calendar') { // ... } diff --git a/static/js/pandora/ui/usersDialog.js b/static/js/pandora/ui/usersDialog.js index 72cb8794..2168224a 100644 --- a/static/js/pandora/ui/usersDialog.js +++ b/static/js/pandora/ui/usersDialog.js @@ -108,7 +108,6 @@ pandora.ui.usersDialog = function() { }, { format: function(value) { - Ox.print('&&', value) return $('') .attr({ src: Ox.UI.getImageURL('symbolCheck') @@ -117,7 +116,7 @@ pandora.ui.usersDialog = function() { width: '10px', height: '10px', padding: '3px', - opacity: value ? 0.25 : 1 + opacity: value ? 0 : 1 }); }, id: 'disabled', @@ -134,7 +133,7 @@ pandora.ui.usersDialog = function() { { format: function(value, data) { return '' + value + ''; }, id: 'username', @@ -147,7 +146,7 @@ pandora.ui.usersDialog = function() { { format: function(value, data) { return '' + value + ''; }, id: 'email',