Changes for page Download Version

Last modified by Raluca Stavro on 2023/07/05

<
From version < 13.1 >
edited by Paul Panțiru
on 2021/01/11
To version < 13.2 >
edited by Paul Panțiru
on 2021/01/11
>
Change comment: There is no comment for this version

Summary

Details

XWiki.JavaScriptExtension[0]
Code
... ... @@ -13,6 +13,7 @@
13 13   $(".mktoButton", marketoForm).click();
14 14   }
15 15   // Redirect to the download URL.
16 + console.log("$request.downloadURL");
16 16   location.href = "$request.downloadURL";
17 17   // Prevent the browser from submitting the form, since we`ve handled it.
18 18   return false;
XWiki.JavaScriptExtension[1]
Code
XWiki.StyleSheetExtension[1]
Code

Get Connected