aspect rename now works

This commit is contained in:
maxwell 2010-12-08 13:11:13 -08:00
parent 9925aba066
commit efee7682e2

View file

@ -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) {