Changes for page Short URLs
Last modified by Daniel Turner on 2025/01/31
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -71,8 +71,8 @@ 71 71 ))) 72 72 * ((( Update script ##upload.js##: 73 73 ** Do backup of ##$XWIKI_WEBAPP/resources/uicomponents/widgets/upload.min.js##, then remove the original file 74 -** (((Edit file ##$XWIKI_WEBAPP/resources/uicomponents/widgets/upload.js## and update line {{code language=" none"}}request.open('POST', this.formData.action);{{/code}} to:75 -{{code language=" none"}}74 +** (((Edit file ##$XWIKI_WEBAPP/resources/uicomponents/widgets/upload.js## and update line {{code language="javascript"}}request.open('POST', this.formData.action);{{/code}} to: 75 +{{code language="javascript"}} 76 76 request.open('POST', this.formData.action + "?form_token="+this.formData.additionalFields["form_token"] 77 77 + "&xredirect=" + escape(this.formData.additionalFields["xredirect"])); 78 78 {{/code}}