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

From version 13.88
edited by Alex Cotiugă
on 2026/05/02 08:14
Change comment: There is no comment for this version
To version 13.85
edited by Alex Cotiugă
on 2026/05/02 08:12
Change comment: There is no comment for this version

Summary

Details

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  });