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
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');
}
*/
}
The text was updated successfully, but these errors were encountered:
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');
}
*/
}
The text was updated successfully, but these errors were encountered: