Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extension is not working in Firefox 26 #20

Open
MelkorNemesis opened this issue Dec 1, 2014 · 1 comment
Open

Extension is not working in Firefox 26 #20

MelkorNemesis opened this issue Dec 1, 2014 · 1 comment

Comments

@MelkorNemesis
Copy link

When using Firefox 26, there're two glitches.

1) TypeError: invalid 'in' operand window.history
[Break On This Error]
this.popped = !!('state' in window.history) && !!window.history.state;

After fixing this line to not use in operand, another glitch occurs.
2) window.history is undefined

Is there any way you can make this work (at least graceful degradation)?

Thanks

@Majkl578
Copy link

Majkl578 commented Dec 1, 2014

window.history is undefined? It's not by default, you should probably investigate this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants