remove app/views/aspects/update
This commit is contained in:
parent
893c37004e
commit
75c943e876
1 changed files with 0 additions and 5 deletions
|
|
@ -1,5 +0,0 @@
|
|||
$(document).ready(function() {
|
||||
var newName = "<%= @aspect.name %>"
|
||||
$("#aspect_name").val( newName );
|
||||
$("*[data-guid='<%= @aspect.id %>']").find('.name').html( newName );
|
||||
});
|
||||
Loading…
Reference in a new issue