1
0
Fork 0
mirror of https://github.com/qurator-spk/neat.git synced 2025-06-11 20:59:54 +02:00
This commit is contained in:
Kai 2020-03-23 08:14:00 +01:00
parent 5be21ec80a
commit 246a2aa9b4

View file

@ -449,7 +449,7 @@ function setupInterface(data, file, urls) {
$('.type_select').click(
function(event) {
editingTd.data = $(event.target).text();
editingTd.data = $(event.target).text().trim();
editingTd.finish(true);
});