|
Lines 849-855
Link Here
|
| 849 |
if ( $('#clubs-tab').length ) { |
849 |
if ( $('#clubs-tab').length ) { |
| 850 |
$('#clubs-tab-link').on('click', function() { |
850 |
$('#clubs-tab-link').on('click', function() { |
| 851 |
$('#clubs-tab').text(_("Loading...")); |
851 |
$('#clubs-tab').text(_("Loading...")); |
| 852 |
$('#clubs-tab').load('/cgi-bin/koha/clubs/patron-clubs-tab.pl?borrowernumber=[% borrowernumber | html %]'); |
852 |
$('#clubs-tab').load('/cgi-bin/koha/clubs/patron-clubs-tab.pl?borrowernumber=[% patron.borrowernumber | html %]'); |
| 853 |
}); |
853 |
}); |
| 854 |
} |
854 |
} |
| 855 |
|
855 |
|
| 856 |
- |
|
|