mirror of
https://github.com/qurator-spk/neat.git
synced 2025-06-11 20:59:54 +02:00
fix #38
This commit is contained in:
parent
5be21ec80a
commit
246a2aa9b4
1 changed files with 1 additions and 1 deletions
2
neat.js
2
neat.js
|
@ -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);
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue