Skip to content

NOTICE - show only once after close #76

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

Open
alexprg opened this issue Jul 30, 2014 · 6 comments
Open

NOTICE - show only once after close #76

alexprg opened this issue Jul 30, 2014 · 6 comments

Comments

@alexprg
Copy link
Contributor

alexprg commented Jul 30, 2014

— cookies (per session) via front end + suggest back end too

@alexprg alexprg changed the title NOTICE - show only once anfter close NOTICE - show only once after close Aug 5, 2014
@cgove
Copy link

cgove commented Mar 20, 2015

I managed to add this functionality by adding document.cookie = "outdatedclosed=true; expires=Fri, 31 Dec 9999 23:59:59 GMT; path=/"; after line 145 and changing line 103 to if ( !supports(''+ cssProp +'') && document.cookie.replace(/(?:(?:^|.*;\s*)outdatedclosed\s*\=\s*([^;]*).*$)|^.*$/, "$1") !== "true") {

@alexandre-works
Copy link
Collaborator

Nice, did you test IE6 ?

@karlingen
Copy link

👍 this would be neat

@alexandre-works
Copy link
Collaborator

Does it work on old browsers? The purpose of the plugin is to be shown on older browser, so it has to be tested.
Will do asap.

@tyrann0us
Copy link

Hi @alexandre-works,
any news regarding this feature?
Thank you!

@alexprg
Copy link
Contributor Author

alexprg commented Sep 25, 2015

@tyrann0ussorry man had no time to test in older browsers. You can do it and give us a feedback?
cheers

fizmhd pushed a commit to fizmhd/outdated-browser that referenced this issue Dec 20, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants