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
The banner is shown/hidden while rendering the page in Rails. I think it's preferable as plain javascript solution that would work with page caching or similar activated. Meaning the banner should always be rendered by rails (but set to hidden). Then we check for the cookie via javascript and unhide the banner when necessary.
The text was updated successfully, but these errors were encountered:
We started also having some other problems with the current approach (#55 (comment)), so It makes sense to evaluate the idea, will definitely take a look, tnx :)
The banner is shown/hidden while rendering the page in Rails. I think it's preferable as plain javascript solution that would work with page caching or similar activated. Meaning the banner should always be rendered by rails (but set to hidden). Then we check for the cookie via javascript and unhide the banner when necessary.
The text was updated successfully, but these errors were encountered: