From 4b08f7e6f02199041092c2586485cc20eee3ee62 Mon Sep 17 00:00:00 2001 From: Tobias Reich Date: Sun, 28 Aug 2016 12:21:34 +0200 Subject: [PATCH] Trim whitespace on save --- src/scripts/multiselect.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/scripts/multiselect.js b/src/scripts/multiselect.js index ccfff75..5cc6117 100644 --- a/src/scripts/multiselect.js +++ b/src/scripts/multiselect.js @@ -252,7 +252,7 @@ multiselect.getSelection = function(e) { let id = $(this).attr('data-id') multiselect.addItem($(this), id) - + } })