Changes for page Create Application

Last modified by Ruud de Jong on 2024/07/14 09:26

From version Icon 3.1 Icon
edited by Bart Vastenhouw
on 2022/06/14 16:39
Change comment: Install extension [org.xwiki.platform:xwiki-platform-appwithinminutes-ui/14.4.1]
To version Icon 2.1 Icon
edited by Bart Vastenhouw
on 2022/03/08 21:35
Change comment: Install extension [org.xwiki.platform:xwiki-platform-appwithinminutes-ui/14.1]

Summary

Details

Icon XWiki.JavaScriptExtension[0]
Code
... ... @@ -50,9 +50,4 @@
50 50   fetchPreviewUpdate();
51 51   }
52 52   });
53 - submitButton.closest('form').on('submit', function (event) {
54 - if (appNameInput.hasClass('xErrorField')) {
55 - event.preventDefault();
56 - }
57 - });
58 58  });