Index: lams_tool_images/web/includes/javascript/imageGalleryitem.js =================================================================== diff -u -r5f7cdba78b6fde3914f078d77c1131bf742c0111 -rf4d9fb8cc51c25fecdd0eac1dcf5f5efc916cdf8 --- lams_tool_images/web/includes/javascript/imageGalleryitem.js (.../imageGalleryitem.js) (revision 5f7cdba78b6fde3914f078d77c1131bf742c0111) +++ lams_tool_images/web/includes/javascript/imageGalleryitem.js (.../imageGalleryitem.js) (revision f4d9fb8cc51c25fecdd0eac1dcf5f5efc916cdf8) @@ -66,8 +66,6 @@ formData.append('file', file, file.name); $('#uploadButtons').hide(); $('#itemAttachmentArea_Busy').show(); - - } $.ajax({ @@ -77,7 +75,7 @@ processData: false, contentType: false, success: function(data) { - $('#imageGalleryListArea').html(data); + $('#new-image-input-area').html(data); }, error: function(jqXHR, textStatus, errorMessage) { alert(errorMessage); @@ -151,7 +149,7 @@ processData: false, contentType: false, success: function(data) { - $('#imageGalleryListArea').html(data); + $('#new-image-input-area').html(data); }, error: function(jqXHR, textStatus, errorMessage) { alert(errorMessage);