Skip to content

Commit b040ee8

Browse files
committed
ANother thought
1 parent 59f9848 commit b040ee8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

_includes/footer/custom.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
$(".btnId").click(function(){
77
var str = $(this).attr('id');
8-
var ret = str.split("-");
8+
var ret = str.split("_");
99
var id = ret[1];
1010
$('#' + id).toggle();
1111
});

_layouts/bib.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111
<button class="btn btnId btnPub--abstract" id="b_{{key}}-abstract" style="outline:none;">Abstract</button>
1212
{% endif %}
1313

14-
<div class="dropDownAbstract" id="{{key}}-abstract">
14+
<div class="dropDown" id="{{key}}-abstract">
1515
{{entry.abstract}}
1616
</div>

0 commit comments

Comments
 (0)