cosmetic changes

This commit is contained in:
rolux 2015-02-14 15:21:05 +00:00
parent f144a020ec
commit 173011f34e
2 changed files with 2 additions and 2 deletions

View file

@ -854,7 +854,7 @@ pandora.ui.documentsPanel = function(options) {
}) })
.css({ .css({
borderRadius: '8px', borderRadius: '8px',
margin: size.margin, margin: size.margin
}) })
.on({ .on({
click: function(e) { click: function(e) {

View file

@ -453,7 +453,7 @@ pandora.ui.entitiesDialog = function(options) {
}); });
$inputs.forEach(function($input) { $inputs.forEach(function($input) {
$input.options({width: width}); $input.options({width: width});
}) });
} }
function updateList() { function updateList() {