diff --git a/static/js/documentsPanel.js b/static/js/documentsPanel.js index ad615fccc..457918060 100644 --- a/static/js/documentsPanel.js +++ b/static/js/documentsPanel.js @@ -854,7 +854,7 @@ pandora.ui.documentsPanel = function(options) { }) .css({ borderRadius: '8px', - margin: size.margin, + margin: size.margin }) .on({ click: function(e) { diff --git a/static/js/entitiesDialog.js b/static/js/entitiesDialog.js index 85d89b318..f93be7737 100644 --- a/static/js/entitiesDialog.js +++ b/static/js/entitiesDialog.js @@ -453,7 +453,7 @@ pandora.ui.entitiesDialog = function(options) { }); $inputs.forEach(function($input) { $input.options({width: width}); - }) + }); } function updateList() {