Commit af6d0eb1 by Anton Stupak

Fix selector.

parent 08168ec6
...@@ -9,7 +9,7 @@ class @TabsEditingDescriptor ...@@ -9,7 +9,7 @@ class @TabsEditingDescriptor
### ###
# hide editor/settings bar # hide editor/settings bar
$('.component-edit-header').hide() @element.closest('.component-editor').find('.component-edit-header').hide()
@$tabs = $(".tab", @element) @$tabs = $(".tab", @element)
@$content = $(".component-tab", @element) @$content = $(".component-tab", @element)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment