CC-3893: Add Media: Red underline appears on the bottom

-fixed
This commit is contained in:
denise 2012-05-29 18:38:34 -04:00
parent 05378f52d3
commit 5e894f7351
2 changed files with 3 additions and 0 deletions

View file

@ -24,6 +24,7 @@ $(document).ready(function() {
.append('<td>' + j.error.message + '</td>');
$("#plupload_error").find("table").append(row);
$("#plupload_error table").css("display", "inline-table");
}else{
var tempFileName = j.tempfilepath;
$.get('/Plupload/copyfile/format/json/name/'+encodeURIComponent(file.name)+'/tempname/'+encodeURIComponent(tempFileName), function(json){
@ -34,6 +35,7 @@ $(document).ready(function() {
.append('<td>' + jr.error.message + '</td>');
$("#plupload_error").find("table").append(row);
$("#plupload_error table").css("display", "inline-table");
}
});
}