liquid_feedback_frontend
annotate static/js/browser_warning.js @ 5:afd9f769c7ae
Version beta1
Final voting with Schulze-Method is now possible
Many bug fixes and code cleanup
Registration with invite codes
More sort and filter options
Seperated display of "supporters" and "potential supporters"
Optical changes
Flood limit / initiative contigent is now checked by frontend
Neccessary changes to access core beta11
Final voting with Schulze-Method is now possible
Many bug fixes and code cleanup
Registration with invite codes
More sort and filter options
Seperated display of "supporters" and "potential supporters"
Optical changes
Flood limit / initiative contigent is now checked by frontend
Neccessary changes to access core beta11
| author | bsw/jbe | 
|---|---|
| date | Fri Dec 25 12:00:00 2009 +0100 (2009-12-25) | 
| parents | |
| children | eb6d04201f81 | 
| rev | line source | 
|---|---|
| bsw/jbe@5 | 1 function evilBrowser() { | 
| bsw/jbe@5 | 2 return (navigator.appName == "Microsoft Internet Explorer" || ! window.addEventListener); | 
| bsw/jbe@5 | 3 } | 
| bsw/jbe@5 | 4 | 
| bsw/jbe@5 | 5 function checkBrowser(message) { | 
| bsw/jbe@5 | 6 if (evilBrowser()) { | 
| bsw/jbe@5 | 7 alert(message); | 
| bsw/jbe@5 | 8 } | 
| bsw/jbe@5 | 9 } |