svnno****@sourc*****
svnno****@sourc*****
2009年 12月 7日 (月) 21:51:00 JST
Revision: 1449 http://sourceforge.jp/projects/sie/svn/view?view=rev&revision=1449 Author: dhrname Date: 2009-12-07 21:51:00 +0900 (Mon, 07 Dec 2009) Log Message: ----------- 活動期間に制限をかける処理をした Modified Paths: -------------- branches/05x/055/sie.js Modified: branches/05x/055/sie.js =================================================================== --- branches/05x/055/sie.js 2009-12-07 12:39:20 UTC (rev 1448) +++ branches/05x/055/sie.js 2009-12-07 12:51:00 UTC (rev 1449) @@ -341,6 +341,9 @@ for (var i=0,ncli=nc.length;i<ncli;++i) { nc[i]._frame(ntc); } + if (ntc > 7000) { + clearInterval(NAIBU.stop); + } }), 41 );