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

From version 13.190
edited by Alex Cotiugă
on 2026/05/02 09:21
Change comment: There is no comment for this version
To version 13.189
edited by Alex Cotiugă
on 2026/05/02 09:21
Change comment: There is no comment for this version

Summary

Details

XWiki.JavaScriptExtension[0]
code
... ... @@ -16,7 +16,7 @@
16 16   $.post({
17 17   url: serviceURL,
18 18   data: data
19 - }).done(function (data) {
19 + }).done(function (response) {
20 20   var successBoxContent = successBox.find('.box div p');
21 21   successBoxContent.text(data.message);
22 22   successBox.toggleClass('hidden');