diff --git a/lib/ice-coder.js b/lib/ice-coder.js index 6f5ec00..c007d4a 100644 --- a/lib/ice-coder.js +++ b/lib/ice-coder.js @@ -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 = { } } -}; \ No newline at end of file +};