Merge remote-tracking branch 'origin/dev' into dev

This commit is contained in:
Weblate
2024-07-29 12:42:11 +00:00
3 changed files with 3 additions and 3 deletions

View File

@@ -855,7 +855,7 @@ function findincorrectcqzones() {
function searchButtonPress() {
if (event) { event.preventDefault(); }
if ($('#callsign').val()) {
let fixedcall = $('#callsign').val();
let fixedcall = $('#callsign').val().trim();
$('#partial_view').load("logbook/search_result/" + fixedcall.replace('Ø', '0'), function() {
$('[data-bs-toggle="tooltip"]').tooltip();
$('.table-responsive .dropdown-toggle').off('mouseenter').on('mouseenter', function() {

View File

@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Report-Msgid-Bugs-To: translations@wavelog.org\n"
"POT-Creation-Date: 2024-07-29 12:05+0000\n"
"POT-Creation-Date: 2024-07-29 12:42+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"

View File

@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Report-Msgid-Bugs-To: translations@wavelog.org\n"
"POT-Creation-Date: 2024-07-29 12:05+0000\n"
"POT-Creation-Date: 2024-07-29 12:42+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"