Changes for page Create Application
Last modified by Alexandru Pentilescu on 2025/05/05 16:57
From version 2.1
edited by Alexandru Pentilescu
on 2023/01/06 21:45
on 2023/01/06 21:45
Change comment:
Install extension [org.xwiki.platform:xwiki-platform-appwithinminutes-ui/13.10.10]
To version 1.1
edited by Alexandru Pentilescu
on 2022/06/07 10:55
on 2022/06/07 10:55
Change comment:
Install extension [org.xwiki.platform:xwiki-platform-appwithinminutes-ui/13.10.6]
Summary
-
Objects (1 modified, 0 added, 0 removed)
Details
- 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 });