mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 03:32:00 +09:00
#19318783 IE에서 파일 브라우징 버튼이 2개 이상일 때 1개가 정상작동하지 않는 버그 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7971 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
3ec0b40b01
commit
834723518d
1 changed files with 1 additions and 1 deletions
|
|
@ -461,7 +461,7 @@ runtimes.flash = {
|
|||
if (!window.xe_flashuploaders) window.xe_flashuploaders = [];
|
||||
|
||||
function make_button(event) {
|
||||
var b = settings.browse.get(0);
|
||||
var b = this;
|
||||
var op = b.offsetParent;
|
||||
var ow = b.offsetWidth;
|
||||
var oh = b.offsetHeight;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue