remove app/views/aspects/update

This commit is contained in:
Fabián Rodríguez 2012-10-30 09:34:51 -02:00
parent 893c37004e
commit 75c943e876

View file

@ -1,5 +0,0 @@
$(document).ready(function() {
var newName = "<%= @aspect.name %>"
$("#aspect_name").val( newName );
$("*[data-guid='<%= @aspect.id %>']").find('.name').html( newName );
});