Trim whitespace on save

This commit is contained in:
Tobias Reich 2016-08-28 12:21:34 +02:00
parent 1bf8f8d2f8
commit 4b08f7e6f0

View File

@ -252,7 +252,7 @@ multiselect.getSelection = function(e) {
let id = $(this).attr('data-id')
multiselect.addItem($(this), id)
}
})