mirror of
https://gitlab.com/ryzen-controller-team/ryzen-controller.git
synced 2025-01-03 19:23:31 +07:00
Auto reindent
This commit is contained in:
parent
e85d37c004
commit
0a2addb055
@ -4,8 +4,8 @@ function ready(fn) {
|
|||||||
} else {
|
} else {
|
||||||
document.addEventListener('DOMContentLoaded', fn);
|
document.addEventListener('DOMContentLoaded', fn);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
ready(function(){
|
ready(function(){
|
||||||
var ranges = document.querySelectorAll('[repeat]');
|
var ranges = document.querySelectorAll('[repeat]');
|
||||||
for (const range in ranges) {
|
for (const range in ranges) {
|
||||||
if (ranges.hasOwnProperty(range)) {
|
if (ranges.hasOwnProperty(range)) {
|
||||||
@ -16,7 +16,7 @@ function ready(fn) {
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
/*
|
/*
|
||||||
stapm_limit_w_range
|
stapm_limit_w_range
|
||||||
ppt_fast_limit_w_range
|
ppt_fast_limit_w_range
|
||||||
|
Loading…
Reference in New Issue
Block a user