We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 080e3f6 commit 841bd93Copy full SHA for 841bd93
1 file changed
views/admin/javascripts/exhibits.js
@@ -171,7 +171,7 @@ Omeka.ExhibitBuilder = {};
171
172
$('#block-container').on('click', '.layout-options .drawer-toggle', function (event) {
173
event.preventDefault();
174
- $(this).parent().siblings('div:not(.block-body)').toggleClass('opened');
+ $(this).parent().siblings('div').toggleClass('opened');
175
});
176
177
sortAttachments('#block-container');
0 commit comments