X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/a5999e7b582435f9a77b5847f1590ebb8d7ccb36..536b189c1a7173b2ea5f5ba16387ec904a7ce40e:/project/static/js/editor.js diff --git a/project/static/js/editor.js b/project/static/js/editor.js index 69c27b1e..3ae16b0a 100644 --- a/project/static/js/editor.js +++ b/project/static/js/editor.js @@ -146,7 +146,7 @@ Panel.prototype.connectToolbar = function() var extra_buttons = $('span.panel-toolbar-extra', toolbar); var placeholder = $('div.panel-toolbar span.panel-toolbar-extra', this.wrap); placeholder.replaceWith(extra_buttons); - extra_buttons.hide(); + placeholder.hide(); var action_buttons = $('button', extra_buttons);