From fec414cb14553381187aed48b778b930cd4d1f67 Mon Sep 17 00:00:00 2001 From: Kush Trivedi <44091822+kushthedude@users.noreply.github.com> Date: Tue, 10 Mar 2020 15:47:23 +0530 Subject: [PATCH] fix: List facets dialogue should be non editable (#2375) --- main/webapp/modules/core/scripts/facets/list-facet.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/webapp/modules/core/scripts/facets/list-facet.js b/main/webapp/modules/core/scripts/facets/list-facet.js index cdd7daccf..b03e763fa 100644 --- a/main/webapp/modules/core/scripts/facets/list-facet.js +++ b/main/webapp/modules/core/scripts/facets/list-facet.js @@ -227,7 +227,7 @@ ListFacet.prototype._copyChoices = function() { var body = $('
').addClass("dialog-body").appendTo(frame); var footer = $('').addClass("dialog-footer").appendTo(frame); - body.html(''); + body.html(''); var elmts = DOM.bind(body); $('').text($.i18n('core-buttons/close')).click(function() {