mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-23 21:29:58 +09:00
Bug fix
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12182 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
c89a53c091
commit
f3322d4785
1 changed files with 5 additions and 1 deletions
|
|
@ -3464,6 +3464,7 @@ jQuery(function($){
|
|||
}
|
||||
}
|
||||
);
|
||||
return;
|
||||
break;
|
||||
|
||||
case 0:
|
||||
|
|
@ -3474,10 +3475,13 @@ jQuery(function($){
|
|||
bSmall : true,
|
||||
fnOnOK : function(){
|
||||
var sPw = $msgBox.find('input[type="password"]').val();
|
||||
doInstallPackage(sPackageSrl, sPackageType, sPw, $item);
|
||||
setTimeout(function(){
|
||||
doInstallPackage(sPackageSrl, sPackageType, sPw, $item);
|
||||
}, 0);
|
||||
}
|
||||
}
|
||||
);
|
||||
return;
|
||||
break;
|
||||
|
||||
default:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue