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

From version 13.69
edited by Alex Cotiugă
on 2026/05/02 08:02
Change comment: There is no comment for this version
To version 13.71
edited by Alex Cotiugă
on 2026/05/02 08:03
Change comment: There is no comment for this version

Summary

Details

XWiki.JavaScriptExtension[0]
code
... ... @@ -1,7 +1,7 @@
1 1  require(['jquery'], function ($) {
2 2   var serviceURL = new XWiki.Document('WebHome', 'content').getURL('get', 'xpage=plain');
3 - var form = $('#agneaseContactForm');
4 - var submitButton = $('#agneaseContactSubmit');
3 + var form = $('#contactForm');
4 + var submitButton = $('#contactSubmit');
5 5  
6 6   var successBox = $('.reviewNotificationSuccess');
7 7   var errorBox = $('.reviewNotificationError');