CompletionHTML() docs

This commit is contained in:
ReznoRMichael 2020-09-23 15:05:04 +02:00
parent 7ac65f2d75
commit d175516df3

View file

@ -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) {
let h2 = "";