File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 131131 Omeka.ExhibitBuilder.setUpItemsSelect(<?php echo js_escape (url ('exhibits/attachment-item-options ' )); ?> );
132132 Omeka.ExhibitBuilder.setUpAttachments(<?php echo js_escape (url ('exhibits/attachment ' )); ?> , <?php echo js_escape (url ('exhibits/attachment-item-options ' )); ?> );
133133 Omeka.manageDrawers('#block-container', '.block-form');
134- Omeka.manageDrawers('. block-form .block-body ', '.layout-options');
134+ Omeka.manageDrawers('# block-container ', '.layout-options');
135135 <?php
136136 if ($ exhibit_page ->exists ()) {
137137 $ validateUrl = url (
Original file line number Diff line number Diff line change @@ -118,8 +118,6 @@ Omeka.ExhibitBuilder = {};
118118 $ ( 'input[name=new-block-layout]' ) . prop ( 'checked' , false ) ;
119119 $ ( '.selected' ) . removeClass ( 'selected' ) ;
120120 $ ( '.add-link' ) . hide ( ) ;
121- $ ( '.block-form .block-body' ) . unbind ( 'click' ) ;
122- Omeka . manageDrawers ( '.block-form .block-body' , '.layout-options' ) ;
123121 } ,
124122 'html'
125123 ) ;
You can’t perform that action at this time.
0 commit comments