aspect rename now works
This commit is contained in:
parent
9925aba066
commit
efee7682e2
1 changed files with 1 additions and 2 deletions
|
|
@ -105,9 +105,8 @@ var AspectEdit = {
|
|||
},
|
||||
|
||||
changeName: function() {
|
||||
|
||||
var $this = $(this);
|
||||
var id = $this.closest("li.aspect").attr("data-guid");
|
||||
var id = $this.closest(".aspect").attr("data-guid");
|
||||
var link = "/aspects/" + id;
|
||||
|
||||
$this.keypress(function(e) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue