adjust layout and show ELOG page with relevant procedure
This commit is contained in:
+2
-1
@@ -45,6 +45,7 @@ function handle_describing(action, modpar, data) {
|
||||
}
|
||||
if (func.includes("text")) {
|
||||
const pat = elem.textContent;
|
||||
console.log('X', elem)
|
||||
changeFuncs[mod + ":" + (param || 'value')] = function (value) {
|
||||
let [repl, dot, fix] = pat.match(/\*(\.)?(\d)?/);
|
||||
if (dot) {
|
||||
@@ -53,7 +54,7 @@ function handle_describing(action, modpar, data) {
|
||||
formatted = formatValue(value, fix || 5);
|
||||
}
|
||||
elem.textContent = pat.replace(repl, formatted);
|
||||
// elem.style.color = "000000";
|
||||
console.log('Y', elem)
|
||||
}
|
||||
}
|
||||
if (func.includes("command")) {
|
||||
|
||||
Reference in New Issue
Block a user