Adds missing text and fixes js errors

This commit is contained in:
nonmakina 2021-01-26 00:52:23 -06:00
parent 1afb5a5f31
commit 816094ce96
2 changed files with 2 additions and 1 deletions

View file

@ -40,7 +40,7 @@ onready(function(){
span.text(OFF);
} else{
videoNode.append(embedNode);
span.innerHTML = ON;
span.text(ON);
}
});