Changes for page Get in Touch About Your XWiki Project
Last modified by Alex Cotiugă on 2026/05/02 12:23
From version 13.189
edited by Alex Cotiugă
on 2026/05/02 09:21
on 2026/05/02 09:21
Change comment:
There is no comment for this version
To version 13.190
edited by Alex Cotiugă
on 2026/05/02 09:21
on 2026/05/02 09:21
Change comment:
There is no comment for this version
Summary
-
Objects (1 modified, 0 added, 0 removed)
Details
- XWiki.JavaScriptExtension[0]
-
- code
-
... ... @@ -16,7 +16,7 @@ 16 16 $.post({ 17 17 url: serviceURL, 18 18 data: data 19 - }).done(function ( response) {19 + }).done(function (data) { 20 20 var successBoxContent = successBox.find('.box div p'); 21 21 successBoxContent.text(data.message); 22 22 successBox.toggleClass('hidden');