CompletionHTML() docs
This commit is contained in:
parent
7ac65f2d75
commit
d175516df3
1 changed files with 4 additions and 0 deletions
|
|
@ -528,6 +528,10 @@ function PrefillHTML(jsObj) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Replaces the h2 titles with a current percent/max percent values as read from the save file
|
||||||
|
* @param {object} jsObj Object with HTML data to fill
|
||||||
|
*/
|
||||||
function CompletionHTML(jsObj) {
|
function CompletionHTML(jsObj) {
|
||||||
|
|
||||||
let h2 = "";
|
let h2 = "";
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue