missing ;
This commit is contained in:
parent
88094aed26
commit
698bb748cb
1 changed files with 2 additions and 2 deletions
|
|
@ -23,7 +23,7 @@ var strongStart = "<strong>"
|
||||||
var strongEnd = "</strong>"
|
var strongEnd = "</strong>"
|
||||||
|
|
||||||
var divIds = {
|
var divIds = {
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
var divIdIntro = "hk-intro";
|
var divIdIntro = "hk-intro";
|
||||||
|
|
@ -101,7 +101,7 @@ const HK_SPELLS = {
|
||||||
1: "Howling Wraiths",
|
1: "Howling Wraiths",
|
||||||
2: "Abyss Shriek"
|
2: "Abyss Shriek"
|
||||||
}
|
}
|
||||||
}
|
};
|
||||||
|
|
||||||
function HKCheckCompletion(jsonObject) {
|
function HKCheckCompletion(jsonObject) {
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue