We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10639c3 commit 687abfbCopy full SHA for 687abfb
1 file changed
views/admin/javascripts/exhibits.js
@@ -118,6 +118,8 @@ Omeka.ExhibitBuilder = {};
118
$('input[name=new-block-layout]').prop('checked', false);
119
$('.selected').removeClass('selected');
120
$('.add-link').hide();
121
+ $('.block-form .block-body').unbind('click');
122
+ Omeka.manageDrawers('.block-form .block-body', '.layout-options');
123
},
124
'html'
125
);
0 commit comments