Lines 1-4
Link Here
|
1 |
/* global borrowernumber */ |
1 |
/* global borrowernumber selectBsTabByHash */ |
2 |
$(document).ready(function() { |
2 |
$(document).ready(function() { |
3 |
$("#CheckAllExports").on("click",function(){ |
3 |
$("#CheckAllExports").on("click",function(){ |
4 |
$(".export:visible").prop("checked", true); |
4 |
$(".export:visible").prop("checked", true); |
Lines 91-101
$(document).ready(function() {
Link Here
|
91 |
}); |
91 |
}); |
92 |
|
92 |
|
93 |
/* Preselect Bootstrap tab based on location hash */ |
93 |
/* Preselect Bootstrap tab based on location hash */ |
94 |
var hash = window.location.hash.substring(1); |
94 |
selectBsTabByHash("finesholdsissues"); |
95 |
if( hash ){ |
|
|
96 |
var activeTab = $('a[href="#' + hash + '"]'); |
97 |
activeTab && activeTab.tab('show'); |
98 |
} |
99 |
|
95 |
|
100 |
if ( $('#clubs_panel').length ) { |
96 |
if ( $('#clubs_panel').length ) { |
101 |
$('#clubs-tab').on('click', function() { |
97 |
$('#clubs-tab').on('click', function() { |