svnno****@sourc*****
svnno****@sourc*****
2010年 1月 20日 (水) 22:57:13 JST
Revision: 1594
http://sourceforge.jp/projects/sie/svn/view?view=rev&revision=1594
Author: dhrname
Date: 2010-01-20 22:57:13 +0900 (Wed, 20 Jan 2010)
Log Message:
-----------
不安定であるため、body要素のdisplay適用をやめる
Modified Paths:
--------------
branches/05x/sie.js
Modified: branches/05x/sie.js
===================================================================
--- branches/05x/sie.js 2010-01-20 13:49:27 UTC (rev 1593)
+++ branches/05x/sie.js 2010-01-20 13:57:13 UTC (rev 1594)
@@ -86,7 +86,6 @@
NAIBU.STObject = new Objectembeds();
if (isMSIE) {
setVMLNameSpace();
- document.body.style.display = "none";
var oba = document.createElement("div");
oba.setAttribute("id","_NAIBU_outline");
document.body.appendChild(oba);
@@ -332,9 +331,6 @@
}
Objectembeds.prototype.next = function(){
try{
- if (this.onumber !== 0 || this.obj.length === 0) {
- document.body.style.display = "block";
- }
if (this.onumber < this.obj.length) { //object要素の読み込みをまず行う
var n = this.onumber;
this.onumber++;