missing ;

This commit is contained in:
ReznoRMichael 2020-08-24 23:41:10 +02:00
parent 88094aed26
commit 698bb748cb

View file

@ -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) {