DG IZ; removed stray mustache
This commit is contained in:
parent
3a5a8890d9
commit
f50b70da9e
1 changed files with 1 additions and 2 deletions
|
|
@ -47,7 +47,7 @@ $(function() {
|
|||
var dropzone = $(this)[0];
|
||||
|
||||
if ($(this)[0].id == ui.draggable[0].getAttribute('from_aspect_id')){
|
||||
ui.draggable.css('background-color','#eee');
|
||||
ui.draggable.css('background','none');
|
||||
} else {
|
||||
ui.draggable.css('background-color','orange');
|
||||
$.ajax({
|
||||
|
|
@ -61,7 +61,6 @@ $(function() {
|
|||
}});
|
||||
|
||||
}
|
||||
}
|
||||
$(this).closest("ul").append(ui.draggable);
|
||||
}
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in a new issue