|
|
|
|
@ -70,7 +70,7 @@ function write_sketch(id){ |
|
|
|
|
'<small class="text-muted clear text-ellipsis">'+ data['file_name'] +'</small>' + |
|
|
|
|
'<input name="file_'+clip_file+'" readonly style="display: none;" value='+clip_file+'>' + |
|
|
|
|
'</span>' + |
|
|
|
|
'<a type="button" class="glyphicon glyphicon-remove" style="position: absolute;margin-top: 15px;margin-left: -3px;" onclick="remove_file_sketch(\''+clip_file+'\')"></a>' + |
|
|
|
|
'<a type="button" class="glyphicon glyphicon-remove" style="margin-top: 15px;margin-left: -3px;" onclick="remove_file_sketch(\''+clip_file+'\')"></a>' + |
|
|
|
|
'</div>' |
|
|
|
|
) |
|
|
|
|
} |
|
|
|
|
|