issues
search
HarshdipD
/
eztrackr
v3 of Eztrackr's Chrome extension. Designed to ease your job hunt by adding your jobs in an organized Trello board ✨
https://hsdeogan.com/eztrackr/
GNU General Public License v3.0
24
stars
11
forks
source link
Remove innerHTML
#49
Closed
Prakort
closed
4 years ago
Prakort
commented
4 years ago
47 fixed one of the issues with Firefox requirements.
using
innerHTML
is dangerous and Firefox does not allow it.
to fix this, we removed
innerHTML
and we have two option using
textContent
or
appendChild
47 fixed one of the issues with Firefox requirements.
innerHTML
is dangerous and Firefox does not allow it.innerHTML
and we have two option usingtextContent
orappendChild