Add a few things missed last commit
This commit is contained in:
parent
d06c614ccc
commit
7b95777d99
2 changed files with 6 additions and 1 deletions
|
|
@ -52,6 +52,8 @@ function formatURL(data) {
|
|||
return data.id;
|
||||
case "hb":
|
||||
return "http://hitbox.tv/" + data.id;
|
||||
case "hl":
|
||||
return data.id;
|
||||
default:
|
||||
return "#";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue