Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions views/admin/css/exhibits.css
Original file line number Diff line number Diff line change
Expand Up @@ -816,10 +816,6 @@ input[type=submit].configure-button {
box-shadow: 0 0 40px rgba(0, 0, 0, 0.5)
}

.exhibits .ui-widget-content {
border: 0;
}

.loading .spinner {
width: 30px;
height: 30px;
Expand Down
3 changes: 3 additions & 0 deletions views/admin/exhibits/exhibit-metadata-form.php
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@
</div>
<div id="cover-image-panel-loading"><span class="spinner"></span></div>
</div>
<?php echo js_tag('items'); ?>
<script type="text/javascript" charset="utf-8">
jQuery(document).ready(function(){
Omeka.wysiwyg();
Expand All @@ -148,5 +149,7 @@
<?php echo js_escape(url('exhibits/attachment-item-options')); ?>
);
Omeka.ExhibitBuilder.setUpCoverImageSelect(<?php echo json_encode(url('exhibit-builder/items/browse')); ?>);
Omeka.Items.tagDelimiter = <?php echo js_escape(get_option('tag_delimiter')); ?>;
Omeka.Items.tagChoices('#tags', <?php echo js_escape(url(array('controller'=>'tags', 'action'=>'autocomplete'), 'default', array(), true)); ?>);
});
</script>