#445 위젯 코드 생성시 mid_list가 아닌 mid라는 지시어로 단일 mid를 선택하게 하고 archive_list, tag_list의 mid_list를 mid로 변경

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4253 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2008-06-09 05:18:19 +00:00
parent 971e8f78ba
commit dc941805d4
9 changed files with 59 additions and 16 deletions

View file

@ -795,7 +795,7 @@ if(xIE4Up) {
else if(this.selectedIndex < this.options.length - 1) this.selectedIndex++;
else this.selectedIndex--;
} else {
this.oldonchange();
if(this.oldonchange) this.oldonchange();
}
}