mirror of
https://github.com/gantry/gantry5.git
synced 2026-08-19 01:15:04 -05:00
Fixed key position editing getting lost (fixes #1682)
This commit is contained in:
@@ -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]'),
|
||||
|
||||
Vendored
+2
-2
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user