You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 18, 2018. It is now read-only.
Using Firefox 35, it seems like Socialite does not work. I tried reinstalling Scoialite (1.5.2 from the other thread), but in the options menu there are no sites listed, and clicking any of the buttons on the options panel does nothing (i.e. clicking "add site" does nothing).
The problem is with the function sortChildren in src/modules/utils/domUtils.jsm with the line let parentElement = curElement.parentNode; The fix is to either rename parentElement to something else or remove the let, but because I don't know javascript that well, I don't know which one should be used.
Using Firefox 35, it seems like Socialite does not work. I tried reinstalling Scoialite (1.5.2 from the other thread), but in the options menu there are no sites listed, and clicking any of the buttons on the options panel does nothing (i.e. clicking "add site" does nothing).
Originally posted on reddit: https://www.reddit.com/r/socialite/comments/2ogdi5/socialite_broken_in_firefox_35/
The text was updated successfully, but these errors were encountered: