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