|
|
@ -263,7 +263,9 @@ function octopartFetch(){
|
|
|
|
$('#description-input').val('');
|
|
|
|
$('#description-input').val('');
|
|
|
|
$('#description-input').attr('placeholder', json['result']);
|
|
|
|
$('#description-input').attr('placeholder', json['result']);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
});
|
|
|
|
}).fail(function() {
|
|
|
|
|
|
|
|
$('#magic-autofill-button').removeAttr('disabled');
|
|
|
|
|
|
|
|
});
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
$(document).ready(function() {
|
|
|
|
$(document).ready(function() {
|
|
|
|