Skip to content
Snippets Groups Projects
Commit 1558fff4 authored by Chris Hallberg's avatar Chris Hallberg
Browse files

Switched display:none to .hidden to fix JS specific showing and hiding.

parent 48e2a6bc
No related merge requests found
......@@ -35,7 +35,7 @@
<strong><?=$this->transEsc("Saved in")?>:</strong>
</div>
<a id="moreInfoToggle" href="#" style="display:none"><?=$this->transEsc('more_info_toggle')?></a>
<a id="moreInfoToggle" href="#" class="hidden"><?=$this->transEsc('more_info_toggle')?></a>
<?/* Display Main Details */?>
<table id="collectionInfo" class="table table-striped" summary="<?=$this->transEsc('Bibliographic Details')?>">
<? $authors = $this->driver->getDeduplicatedAuthors(); ?>
......
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