Fixed key position editing getting lost (fixes #1682)

This commit is contained in:
Djamil Legato
2016-12-04 23:23:44 -08:00
parent 731e189f72
commit 9601a8df5e
2 changed files with 3 additions and 3 deletions
@@ -308,7 +308,7 @@ ready(function() {
actions = dummy.find('.position-actions'),
card = element.parent('.card');
card.find('h4 .position-key').html(response.body.id);
card.find('h4 .position-key span').html(response.body.id);
card.find('.position-actions').html(actions.html());
var position = card.find('[data-position]'),
+2 -2
View File
File diff suppressed because one or more lines are too long