Don't reset the panels on distribute in embed

This commit is contained in:
Remy Sharp 2014-08-07 17:03:16 +01:00
parent 3279f9cc88
commit 02af88a01e

View File

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