diff --git a/webapp/WEB-INF/plugins/asynchronousupload.xml b/webapp/WEB-INF/plugins/asynchronousupload.xml
index e300170..5f2b39f 100644
--- a/webapp/WEB-INF/plugins/asynchronousupload.xml
+++ b/webapp/WEB-INF/plugins/asynchronousupload.xml
@@ -38,4 +38,19 @@
asynchronousupload/jquery.fileupload-validate.js
+
+
+ js/plugins/asynchronousupload/vendor/jquery.ui.widget.js
+ js/plugins/asynchronousupload/jquery.iframe-transport.js
+ js/plugins/asynchronousupload/load-image.min.js
+ js/plugins/asynchronousupload/jquery.fileupload.js
+ js/plugins/asynchronousupload/jquery.fileupload-process.js
+ js/plugins/asynchronousupload/jquery.fileupload-image.js
+ js/plugins/asynchronousupload/canvas-to-blob.min.js
+
+
+ js/plugins/asynchronousupload/jquery.fileupload-validate.js
+
+
+
\ No newline at end of file
diff --git a/webapp/WEB-INF/templates/skin/plugins/asynchronousupload/main.js b/webapp/WEB-INF/templates/skin/plugins/asynchronousupload/main.js
index 68d1e40..5553622 100644
--- a/webapp/WEB-INF/templates/skin/plugins/asynchronousupload/main.js
+++ b/webapp/WEB-INF/templates/skin/plugins/asynchronousupload/main.js
@@ -218,4 +218,4 @@ function updateErrorBox( errorMessage, fieldName )
{
$( '#_file_error_box_' + fieldName ).hide( );
}
-}
+}
\ No newline at end of file