mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
Merge remote-tracking branch 'origin/dev' into dev
This commit is contained in:
@@ -751,7 +751,7 @@ if (typeof window.DX_WATERFALL_FIELD_MAP === 'undefined') {
|
||||
var user_show_notes = <?php echo ($this->session->userdata('user_show_notes')) ? 'true' : 'false'; ?>;
|
||||
</script>
|
||||
|
||||
<div class="card callsign-notes" id="callsign-notes">
|
||||
<div class="card callsign-notes" id="callsign-notes" style="display: none;">
|
||||
<div class="card-header d-flex justify-content-between align-items-center" data-bs-toggle="collapse" data-bs-target="#callsign-notes-body" aria-expanded="false" aria-controls="callsign-notes-body" style="cursor: pointer;">
|
||||
<h4 style="font-size: 16px; font-weight: bold;" class="card-title mb-0">
|
||||
<?= __("Callsign Notes"); ?>
|
||||
|
||||
Reference in New Issue
Block a user