fix syntax for on click
parent
b9d684fe1a
commit
15f4b0abd2
|
@ -245,7 +245,7 @@
|
|||
$(document).ready(function() {
|
||||
$('.claim-tooltip').popover();
|
||||
|
||||
$('#toggleMoreInformation').on('click', function(event) {
|
||||
$(document).on('click', '#toggleMoreInformation', function(event) {
|
||||
event.preventDefault();
|
||||
if ($('#moreInformation').is(':visible')) {
|
||||
// hide it
|
||||
|
|
Loading…
Reference in New Issue