mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-27 01:24:16 +00:00
Merge pull request #1581 from phl0/dot2Portable
As shortcut replace dot by /P on callsign input
This commit is contained in:
@@ -66,6 +66,7 @@ $(document).on("keydown", function (e) {
|
||||
$('#callsign').on('input', function () {
|
||||
$(this).val($(this).val().replace(/\s/g, ''));
|
||||
$(this).val($(this).val().replace(/0/g, 'Ø'));
|
||||
$(this).val($(this).val().replace(/\./g, '/P'));
|
||||
});
|
||||
|
||||
$('#locator').on('input', function () {
|
||||
|
||||
Reference in New Issue
Block a user