Commit 961bd4c9 by Anton Stupak Committed by Adam Palay

Fix selector.

parent fb84541b
......@@ -9,7 +9,7 @@ class @TabsEditingDescriptor
###
# hide editor/settings bar
$('.component-edit-header').hide()
@element.closest('.component-editor').find('.component-edit-header').hide()
@$tabs = $(".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