We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 96be16c + 085c1aa commit f64bd67Copy full SHA for f64bd67
cms/static/cms/js/plugins/cms.toolbar.js
@@ -730,6 +730,7 @@ $(document).ready(function () {
730
if(this.settings.sideframe.maximized) this._maximizeSideframe();
731
// otherwise do normal behaviour
732
if(!this.settings.sideframe.hidden && !this.settings.sideframe.maximized) {
733
+ this.sideframe.show();
734
if(animate) {
735
this.sideframe.animate({ 'width': width }, this.options.sideframeDuration);
736
this.body.animate({ 'margin-left': width }, this.options.sideframeDuration);
@@ -1224,4 +1225,4 @@ $(document).ready(function () {
1224
1225
});
1226
1227
-})(CMS.$);
1228
+})(CMS.$);
0 commit comments