... |
... |
@@ -1,6
+1,7 @@ |
1 |
1 |
{{html clean="false"}} |
2 |
2 |
<script> |
3 |
3 |
console.log("init", typeof $);//, $.fn.jquery); |
|
4 |
+ delete define.amd; |
4 |
4 |
</script> |
5 |
5 |
|
6 |
6 |
<script type="text/javascript" src="https://pro.formcloud.de/formcycle/form/includes/010-jquery-min.js?_nc=1620383292614" ></script> |
... |
... |
@@ -67,8
+67,8 @@ |
67 |
67 |
data:{ |
68 |
68 |
//Render-Parameter |
69 |
69 |
"xfc-rp-inline":true, //Verwendete resourcen auflösen |
70 |
|
- "xfc-rp-form-only":false, //Formular ohne HTML, BODY etc. |
71 |
|
- "xfc-rp-usejq":true, //jQuery einbinden |
|
71 |
+ "xfc-rp-form-only":true, //Formular ohne HTML, BODY etc. |
|
72 |
+ "xfc-rp-usejq":false, //jQuery einbinden |
72 |
72 |
"xfc-rp-keepalive":false, //Ping zur Sessionverlängerung |
73 |
73 |
"xfc-rp-usecss":true, //Use Formcycle CSS files |
74 |
74 |
"xfc-rp-useui":true, //jQueryUI einbinden |