Browse
For agents
About
Zoho Forms – Drag & Drop Form Builder for Websites – Contact Forms, Payment Forms, Order Forms & More
/
3.0
Zoho Forms – Drag & Drop Form Builder for Websites – Contact Forms, Payment Forms, Order Forms & More
v3.0
Switch version
trunk
1.0.0
1.0.1
1.0.2
1.0.3
1.0.4
2.0
3.0
3.0.1
3.0.2
4.0
4.0.1
4.0.2
4.0.3
4.0.4
Overview
Code
← All changes
|
tinymce/dynamicScript.js
+1
-0
trunk
→
3.0
View file →
@@ -5,8 +5,9 @@
5
5
script.type = "text/javascript";
6
6
if (script.readyState)
7
7
{
8
8
//IE
9
+
9
10
script.onreadystatechange = function(){
10
11
if (script.readyState == "loaded" || script.readyState == "complete")
11
12
{
12
13
script.onreadystatechange = null;