pull/52/head
Kai 4 years ago
parent 5be21ec80a
commit 246a2aa9b4

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

Loading…
Cancel
Save