CC-3893: Add Media: Red underline appears on the bottom
-fixed
This commit is contained in:
parent
05378f52d3
commit
5e894f7351
2 changed files with 3 additions and 0 deletions
|
@ -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");
|
||||
}
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue