... |
... |
@@ -54,7
+54,7 @@ |
54 |
54 |
var fcBase = 'https://pro.formcloud.de/formcycle'; |
55 |
55 |
var myFormContainer = jQuery('#content'); |
56 |
56 |
if (typeof formID !== 'object' && typeof formID !== 'Object' && typeof formID !== 'undefined') { |
57 |
|
- console.log("SADKJGAFGSALIFABGSFLHSAFHLSAHFLIHASIFHLIHFASILHLSAHFLIHSALIH"); |
|
57 |
+ //console.log("SADKJGAFGSALIFABGSFLHSAFHLSAHFLIHASIFHLIHFASILHLSAHFLIHSALIH"); |
58 |
58 |
console.log('Nachricht von: "' + msg.origin + '" Formular mit id: "' + msg.data + '" wurde ausgewählt.'); |
59 |
59 |
jQuery('#result').html('Nachricht von: "' + msg.origin + '" Formular mit id: "' + msg.data + '" wurde ausgewählt.' ); |
60 |
60 |
|