echofox-team / echofon-firefox-unofficial

Echofon Unofficial - maintained version of Echofon: full featured, super clean Twitter app for Firefox.
http://echofox-team.github.io/echofon-firefox-unofficial/
69 stars 10 forks source link

Fix blank tweets in Firefox 44+ #37

Closed YoruNoHikage closed 8 years ago

YoruNoHikage commented 8 years ago

Fix #36 and #35, following up on this thread to test if there is no side-effects.

ath0mas commented 8 years ago

Indeed browser console was showing error: TypeError: this.Cc is undefined - window.js:1863:3 TypeError: this.Ci is undefined - window.js:1863:3

ath0mas commented 8 years ago

It works great :+1: I suggest to replace all remaining uses of this.Cc/this.Ci with Cc/Ci ; see my PR on yours ;)