From fb879263189bd9d6b5294696445b45b09a466294 Mon Sep 17 00:00:00 2001 From: yuri Date: Fri, 16 Dec 2016 16:43:39 +0200 Subject: [PATCH] cleanup --- client/src/views/modals/detail.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/views/modals/detail.js b/client/src/views/modals/detail.js index 8476f6dfcc..674be6c396 100644 --- a/client/src/views/modals/detail.js +++ b/client/src/views/modals/detail.js @@ -212,7 +212,7 @@ Espo.define('views/modals/detail', 'views/modal', function (Dep) { this.detailView || this.getMetadata().get(['clientDefs', model.name, 'recordViews', 'detailSmall']) || this.getMetadata().get(['clientDefs', model.name, 'recordViews', 'detailQuick']) || - 'views/record/detail-small'; + 'views/record/detail-small'; var options = { model: model, el: this.containerSelector + ' .record-container',