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

facebook and inbox problem #18

Open
jankoweb opened this issue Mar 22, 2017 · 0 comments
Open

facebook and inbox problem #18

jankoweb opened this issue Mar 22, 2017 · 0 comments

Comments

@jankoweb
Copy link

On facebook or on inbox.google.com when I try to search something (in search box), dim screen appears. It is not what I want - I want to block first visit of page (to be able to think if I really need it:) ).

It is little bit strange because there is no change in url, but I have solved it by commenting watchUrlChanges in dimmer.js :

function watchUrlChanges() {
/*
if (document.URL != original_url) {
original_url = document.URL;
dim('reshow');
}
*/
}

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

1 participant