mirror of
https://github.com/jsbin/jsbin.git
synced 2026-02-01 16:46:05 +00:00
Reverting this change - it caused the url to get totally foobared
This commit is contained in:
parent
7a103c3688
commit
aee13cdd2e
@ -132,11 +132,11 @@ Panel.prototype = {
|
||||
panel.settings.show.call(panel, true);
|
||||
}
|
||||
panel.controlButton.addClass('active');
|
||||
panel.visible = true;
|
||||
|
||||
// update the splitter - but do it on the next tick
|
||||
// required to allow the splitter to see it's visible first
|
||||
setTimeout(function () {
|
||||
panel.visible = true;
|
||||
if (x !== undefined) {
|
||||
panel.splitter.trigger('init', x);
|
||||
} else {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user