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',