Added PCx86 support for autoType as a URL parameter
This commit is contained in:
parent
0228094f1d
commit
601a6fa4a0
23 changed files with 659 additions and 505 deletions
|
|
@ -535,7 +535,7 @@ class Disk extends Component {
|
|||
return !!Web.getResource(sDiskURL, null, true, function loadDone(sURL, sResponse, nErrorCode) {
|
||||
disk.doneLoad(sURL, sResponse, nErrorCode);
|
||||
}, function(nState) {
|
||||
disk.println(sProgress, Component.TYPE.PROGRESS);
|
||||
disk.println(sProgress, Component.PRINT.PROGRESS);
|
||||
});
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue