Last modified by Alex Cotiugă on 2026/05/02 12:23

From version 13.91
edited by Alex Cotiugă
on 2026/05/02 08:16
Change comment: There is no comment for this version
To version 13.86
edited by Alex Cotiugă
on 2026/05/02 08:12
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -62,8 +62,6 @@
62 62   <li>If useful, we schedule a short call to discuss scope, timeline, and estimated effort.</li>
63 63   </ol>
64 64   </div>
65 - {{/html}}
66 - {{html clean="false" wiki="true"}}
67 67   <div class="reviewNotifications">
68 68   <div class="hidden reviewNotificationSuccess">
69 69  
XWiki.JavaScriptExtension[0]
code
... ... @@ -39,11 +39,9 @@
39 39   event.preventDefault();
40 40  
41 41   var data = getFormData();
42 -
43 - console.log(data)
44 44  
45 45   submitButton.prop('disabled', true);
46 -/*
44 +
47 47   $.post({
48 48   url: serviceURL,
49 49   data: data
... ... @@ -65,6 +65,6 @@
65 65   successBox.toggleClass('hidden');
66 66   }
67 67   submitButton.prop('disabled', false);
68 - });*/
66 + });
69 69   });
70 70  });