mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-27 01:24:16 +00:00
comma should be always replaced by a point
This commit is contained in:
@@ -110,6 +110,10 @@ $('#frequency').on('change', function () {
|
||||
set_qrg();
|
||||
});
|
||||
|
||||
$('#freq_calculated').on('input', function () {
|
||||
$(this).val($(this).val().replace(',', '.'));
|
||||
});
|
||||
|
||||
$('#freq_calculated').on('change', function () {
|
||||
// console.log('freq_calculated changed');
|
||||
set_new_qrg();
|
||||
|
||||
Reference in New Issue
Block a user