Skip to content
This repository was archived by the owner on Dec 14, 2023. It is now read-only.

Commit d1d6760

Browse files
author
mattpass
committed
Change 3 params back to original init
1 parent 34b263b commit d1d6760

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/js/icecoder.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ var ICEcoder = {
9898
// State we've over the root dir, enact a selection of it, then state
9999
// we're not over it it anymore
100100
this.overFileFolder('folder', '|');
101-
this.selectFileFolder(false, false, false);
101+
this.selectFileFolder('init');
102102
this.overFileFolder('folder', '');
103103
this.filesFrame.contentWindow.focus();
104104

0 commit comments

Comments
 (0)