"htmlarea/MDL-17448, fix enlarging htmlarea, thanks chris fryer"

This commit is contained in:
dongsheng
2008-12-04 08:22:20 +00:00
parent b1b3aede9c
commit 39dc0663e2
+3 -1
View File
@@ -34,7 +34,9 @@ for (var i = 0; i < scripts.length; ++i) {
} else {
new_script.src = "../" + script.src;
}
head.appendChild(new_script);
if (navigator.appVersion.indexOf("MSIE") > 0 && script.src.indexOf("yui/event/event") == false) {
head.appendChild(new_script);
}
}
}
</script>