Index: lams_central/web/toolcontent/import.jsp
===================================================================
diff -u -ra2a86c2c96399452863890ac010a1e597fcb79d8 -r5ca819dd0f4447eb517ca030f301b2a4dbab544a
--- lams_central/web/toolcontent/import.jsp (.../import.jsp) (revision a2a86c2c96399452863890ac010a1e597fcb79d8)
+++ lams_central/web/toolcontent/import.jsp (.../import.jsp) (revision 5ca819dd0f4447eb517ca030f301b2a4dbab544a)
@@ -40,7 +40,7 @@
}
/**
- * Initialised Uppy as the file upload widget
+ * Initialise Uppy as the file upload widget
*/
function initFileUpload(tmpFileUploadId, language) {
var uppyProperties = {
Index: lams_tool_forum/web/jsps/authoring/authoring.jsp
===================================================================
diff -u -r6132d98ee813109713fda3579007d4359596fc1e -r5ca819dd0f4447eb517ca030f301b2a4dbab544a
--- lams_tool_forum/web/jsps/authoring/authoring.jsp (.../authoring.jsp) (revision 6132d98ee813109713fda3579007d4359596fc1e)
+++ lams_tool_forum/web/jsps/authoring/authoring.jsp (.../authoring.jsp) (revision 5ca819dd0f4447eb517ca030f301b2a4dbab544a)
@@ -20,7 +20,7 @@
var LAMS_URL = '${lams}',
UPLOAD_FILE_MAX_SIZE = '',
- UPLOAD_FILE_LARGE_MAX_SIZE = '';
+ UPLOAD_FILE_LARGE_MAX_SIZE = '',
// convert Java syntax to JSON
EXE_FILE_TYPES = JSON.parse("[" + "${EXE_FILE_TYPES}".replace(/\.\w+/g, '"$&"') + "]"),
EXE_FILE_ERROR = '';
Index: lams_tool_images/web/includes/javascript/imageGalleryitem.js
===================================================================
diff -u -r3a64b2f8137870eb67586cd9b18e71f84096b43c -r5ca819dd0f4447eb517ca030f301b2a4dbab544a
--- lams_tool_images/web/includes/javascript/imageGalleryitem.js (.../imageGalleryitem.js) (revision 3a64b2f8137870eb67586cd9b18e71f84096b43c)
+++ lams_tool_images/web/includes/javascript/imageGalleryitem.js (.../imageGalleryitem.js) (revision 5ca819dd0f4447eb517ca030f301b2a4dbab544a)
@@ -57,7 +57,7 @@
}
/**
- * Initialised Uppy as the file upload widget
+ * Initialise Uppy as the file upload widget
*/
function initFileUpload(tmpFileUploadId, singleFileUpload, language) {
var uppyProperties = {