From 7dfeb3e44e2ed4d4b38ee16768e64207aac6eb91 Mon Sep 17 00:00:00 2001 From: Javier Sánchez Parra Date: Tue, 8 Mar 2022 17:22:48 +0100 Subject: Set pills width Set the same width to all pills. --- ogcp/static/js/ogcp.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ogcp/static/js') diff --git a/ogcp/static/js/ogcp.js b/ogcp/static/js/ogcp.js index 00b451c..0f3a648 100644 --- a/ogcp/static/js/ogcp.js +++ b/ogcp/static/js/ogcp.js @@ -8,7 +8,7 @@ function showSelectedClient(client_checkbox) { if (client_checkbox.checked) { if (!($('#' + pill_id).length)) - $(container).append('
' + client_checkbox.name + '
' + client_checkbox.value + '
'); return; -- cgit v1.2.3-18-g5258