kamranahmedse / driver.js

A light-weight, no-dependency, vanilla JavaScript engine to drive the user's focus across the page

Home Page:https://driverjs.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Title does't support HTML

JosueInitDev opened this issue · comments

I'm using version 1.3.1 with the CDN at this url
It only support plain text because the CDN says o.title.innerText=n

Solution: change to o.title.innerHTML=n

The URL doesn't seem to be pointing to the correct version.
This was fixed in 1.3.0.