mirror of
https://gitlab.com/ryzen-controller-team/ryzen-controller.git
synced 2024-12-22 18:13:28 +07:00
Removed useless logs.
This commit is contained in:
parent
b44926f9f5
commit
7182f1d9a5
@ -263,11 +263,9 @@ function reApplyPeriodically(seconds) {
|
||||
* Display tooltip on each options.
|
||||
*/
|
||||
function displayOptionDescription() {
|
||||
appendLog("displayOptionDescription():");
|
||||
const options_description = require('./js/options_description.json');
|
||||
for (const option in options_description) {
|
||||
if (options_description.hasOwnProperty(option)) {
|
||||
appendLog(`- option: ${option}`);
|
||||
const description = options_description[option];
|
||||
const node = document.getElementById(option).parentElement.parentElement;
|
||||
node.setAttribute('uk-tooltip', description);
|
||||
|
Loading…
Reference in New Issue
Block a user