Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature currently requires accessing the site using the built-in Safari browser.
Your code gophers will be away for the next couple of weeks so support will be sporadic. We should be fully back online by the end of September.
See the details here
window.addEvent('domready',function() { $('form_X').addEvent('keydown', function(e) { e = new Event(e); if(e.event.keyCode == 13) { e.stop(); } }) })