Skip to content

Commit

Permalink
Fix determination of whether a level is loaded
Browse files Browse the repository at this point in the history
  • Loading branch information
slusarz authored and yunosh committed Apr 23, 2015
1 parent 4ec9163 commit eba73a3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions imp/js/dimpbase.js
Expand Up @@ -4374,6 +4374,9 @@ var IMP_Flist_Mbox = Class.create({
} else {
e = !!e;
[ elt ].invoke('addClassName', e ? 'exp' : 'col');
if (!e) {
this.data.load = true;
}
}

this.data.expand = e;
Expand Down

0 comments on commit eba73a3

Please sign in to comment.