ser
This commit is contained in:
parent
7d8b5168cd
commit
62c37624e1
|
|
@ -134,4 +134,19 @@
|
|||
.history-scroll-zone { max-height: 350px; overflow-y: auto; font-size: 12px; }
|
||||
.btn-xs { padding: 2px 6px; font-size: 10px; border-radius: 4px; }
|
||||
.fw-mono { font-family: monospace; }
|
||||
</style>
|
||||
</style>
|
||||
|
||||
<script>
|
||||
$(document).ready(function() {
|
||||
// Force le chargement quand on clique sur l'onglet Historique
|
||||
$('#history-tab').on('click', function() {
|
||||
afficherDetailBareme();
|
||||
});
|
||||
|
||||
// Optionnel : Si vous voulez que l'historique se charge
|
||||
// automatiquement si l'onglet est actif par défaut
|
||||
if ($('#history-tab').hasClass('active')) {
|
||||
afficherDetailBareme();
|
||||
}
|
||||
});
|
||||
</script>
|
||||
Loading…
Reference in New Issue
Block a user