svnno****@sourc*****
svnno****@sourc*****
2010年 1月 20日 (水) 22:39:13 JST
Revision: 1592
http://sourceforge.jp/projects/sie/svn/view?view=rev&revision=1592
Author: dhrname
Date: 2010-01-20 22:39:13 +0900 (Wed, 20 Jan 2010)
Log Message:
-----------
Modified Paths:
--------------
branches/05x/sie.js
Modified: branches/05x/sie.js
===================================================================
--- branches/05x/sie.js 2010-01-20 13:29:54 UTC (rev 1591)
+++ branches/05x/sie.js 2010-01-20 13:39:13 UTC (rev 1592)
@@ -332,7 +332,7 @@
}
Objectembeds.prototype.next = function(){
try{
- if (this.onumber !== 0) {
+ if (this.onumber !== 0 || this.obj.length === 0) {
document.body.style.display = "block";
}
if (this.onumber < this.obj.length) { //object要素の読み込みをまず行う