... |
... |
@@ -90,8
+90,8 @@ |
90 |
90 |
//var iframe = document.getElementById('contentiframe'), |
91 |
91 |
//iframedoc = iframe.contentDocument || iframe.contentWindow.document; |
92 |
92 |
//iframedoc.body.innerHTML = html.replace(/\$/g,'jQuery'); |
93 |
|
- myFormContainer.html(html.replace(/\$/g,'jQuery')); |
94 |
|
- |
|
93 |
+ //myFormContainer.html(html.replace(/\$/g,'jQuery')); |
|
94 |
+ myFormContainer.html(''); |
95 |
95 |
myFormContainer.html('<iframe id="xm-form" src="'+fcBase+'/form/provide/'+formId+'?xfc-height-changed-evt=true" style="width:100%; height:1000px" scrolling="yes" frameborder="0" />'); |
96 |
96 |
}, |
97 |
97 |
crossDomain: true |