mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 02:14:13 +00:00
Use html instead of text
This commit is contained in:
@@ -6801,7 +6801,7 @@ function setFrequency(frequencyInKHz, fromWaterfall) {
|
||||
var waterfallRefreshInterval = null; // Store interval ID for cleanup
|
||||
|
||||
// Initialize UI text and tooltip from language variables
|
||||
$('#dxWaterfallMessage').text(decodeHtml(lang_dxwaterfall_turn_on));
|
||||
$('#dxWaterfallMessage').html(lang_dxwaterfall_turn_on);
|
||||
$('#dxWaterfallPowerOnIcon').attr('title', decodeHtml(lang_dxwaterfall_turn_on));
|
||||
$('#dxWaterfallPowerOffIcon').attr('title', decodeHtml(lang_dxwaterfall_turn_off));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user