mirror of
https://github.com/icecoder/ICEcoder.git
synced 2026-03-05 16:24:00 +01:00
No need for 200ms delay now before auto-open
This commit is contained in:
@@ -97,8 +97,7 @@ var ICEcoder = {
|
||||
top.ICEcoder.showHide('hide',top.get('loadingMask'));
|
||||
top.ICEcoder.autoOpenInt = setInterval(function() {
|
||||
if (top.ICEcoder.fmReady) {
|
||||
// Delay auto open process by 200ms to give trial bar time to begin animation
|
||||
if (top.ICEcoder.openLastFiles) {setTimeout(function() {top.ICEcoder.autoOpenFiles()},200);};
|
||||
if (top.ICEcoder.openLastFiles) {top.ICEcoder.autoOpenFiles();};
|
||||
clearInterval(top.ICEcoder.autoOpenInt);
|
||||
}
|
||||
}, 4);
|
||||
@@ -4530,4 +4529,4 @@ var ICEcoder = {
|
||||
}
|
||||
|
||||
}
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user