Changes for page Create Application
Last modified by Administrator on 2024/02/03 10:14
From version
2.1


edited by Administrator
on 2020/01/07 18:45
on 2020/01/07 18:45
Change comment:
Install extension [org.xwiki.platform:xwiki-platform-appwithinminutes-ui/11.10.2]
To version
3.1


edited by Administrator
on 2022/06/27 19:46
on 2022/06/27 19:46
Change comment:
Install extension [org.xwiki.platform:xwiki-platform-appwithinminutes-ui/13.10.7]
Summary
Details
- XWiki.JavaScriptExtension[0]
-
- Code
-
... ... @@ -50,4 +50,9 @@ 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 + }); 53 53 });