Skip to content

Commit

Permalink
Hotfix for bug #13582.
Browse files Browse the repository at this point in the history
Conflicts:
	imp/js/dimpbase.js
  • Loading branch information
yunosh committed Apr 23, 2015
1 parent 6f3ee40 commit 34f813c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion imp/js/dimpbase.js
Expand Up @@ -4282,7 +4282,8 @@ var IMP_Flist_Mbox = Class.create({
return;
}
parent_e = tmp.subElement();
} else {
}
if (!parent_e) {
parent_e = $('imp-normalmboxes');
}

Expand Down

0 comments on commit 34f813c

Please sign in to comment.