hannesmannerheim / qvitter

mirror. moved to https://git.gnu.io/h2p/Qvitter, send merge requests and issues there
https://git.gnu.io/h2p/Qvitter
GNU Affero General Public License v3.0
86 stars 26 forks source link

only topbar visible if DOM storage disabled #165

Closed wiewo closed 9 years ago

wiewo commented 9 years ago

Thank you for your work on the project! Normally, I have DOM storage disabled in firefox. When I am browsing any of the quitter instances, only the the topbar is displayed and a blank page otherwise. It looks like the checkLocalStorage() function gets called and does not terminate. With DOM storage enabled, everything works fine. Is the DOM storage a hard requirement or could the interface work without it, at least for browsing without logging in?

hannesmannerheim commented 9 years ago

no you're right, it should work without. i've just not prioritized it since not many have localstorage disabled. but it's definitely a bug! thanks!