fix syntax for on click

pull/576/head
Justin Richer 2014-02-18 23:33:13 -05:00
parent b9d684fe1a
commit 15f4b0abd2
1 changed files with 1 additions and 1 deletions

View File

@ -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