Unfinished stats page, FAQ mini section, other changes
This commit is contained in:
parent
4805c1ba48
commit
25353fe2df
5 changed files with 65 additions and 12 deletions
|
@ -82,6 +82,8 @@ function converter(html, query) {
|
|||
}
|
||||
|
||||
var replacers = {
|
||||
"ALL_KEYWORDS": undefined,
|
||||
"ALL_HIGHLIGHTS": Object.keys(highlightedWords).join(", "),
|
||||
"BRANCH_NAME": bnchName,
|
||||
"BRANCH_SUB": bnchSub,
|
||||
"COMMIT_COUNT": commitCount,
|
||||
|
@ -102,6 +104,8 @@ function converter(html, query) {
|
|||
"WEATHER_MODIFIER": "",
|
||||
"WEATHER_TEXT": ""
|
||||
}
|
||||
|
||||
replacers.ALL_KEYWORDS = "{" + Object.keys(replacers).join("}{") + "} "
|
||||
|
||||
var rpTable = Object.keys(replacers)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue