Merge pull request #1801 from jsbin/fix/1178

Don't reset the panels on distribute in embed
This commit is contained in:
Remy Sharp 2014-08-07 17:07:18 +01:00
commit 692f48daea

View File

@ -370,7 +370,7 @@ panels.distribute = function () {
});
}
}
} else {
} else if (!jsbin.embed) {
$('#history').show();
setTimeout(function () {
$body.removeClass('panelsVisible');