spelling: width
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
bfc1b7f298
commit
ed21b11e33
1 changed files with 1 additions and 1 deletions
|
@ -679,7 +679,7 @@
|
||||||
$('#previewImage_' + id).html(appendImage);
|
$('#previewImage_' + id).html(appendImage);
|
||||||
$('#attachmentImageSrc_' + id).val(bin2hex(image));
|
$('#attachmentImageSrc_' + id).val(bin2hex(image));
|
||||||
|
|
||||||
// We need to add the image widht and height when it is
|
// We need to add the image width and height when it is
|
||||||
// loaded.
|
// loaded.
|
||||||
$('<img/>' ,{
|
$('<img/>' ,{
|
||||||
load : function(){
|
load : function(){
|
||||||
|
|
Loading…
Reference in a new issue