|
|
@ -254,6 +254,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
$(document).ready(function() {
|
|
|
|
$(document).ready(function() {
|
|
|
|
$('.claim-tooltip').popover();
|
|
|
|
$('.claim-tooltip').popover();
|
|
|
|
|
|
|
|
$('.claim-tooltip').on('click', function(e) {
|
|
|
|
|
|
|
|
e.preventDefault();
|
|
|
|
|
|
|
|
$(this).popover('show');
|
|
|
|
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
|
|
$(document).on('click', '#toggleMoreInformation', function(event) {
|
|
|
|
$(document).on('click', '#toggleMoreInformation', function(event) {
|
|
|
|
event.preventDefault();
|
|
|
|
event.preventDefault();
|
|
|
|