X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;ds=sidebyside;f=htdocs%2Fjavascript%2Fclose_on_esc.js;h=5cb8e09604391065081ca3918e5c6f2f81dcb28b;hb=ad5091f25bd1aa18c1c8e84832147ff1b466d416;hp=b086c9365f7522e4bf056502988e1f1d750f2491;hpb=5ddeb07cc787dd1dc3630a31f1528f5cc7c4d9b9;p=platal.git diff --git a/htdocs/javascript/close_on_esc.js b/htdocs/javascript/close_on_esc.js index b086c93..5cb8e09 100644 --- a/htdocs/javascript/close_on_esc.js +++ b/htdocs/javascript/close_on_esc.js @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2003-2007 Polytechnique.org * + * Copyright (C) 2003-2008 Polytechnique.org * * http://opensource.polytechnique.org/ * * * * This program is free software; you can redistribute it and/or modify * @@ -27,3 +27,4 @@ function closePopup(e) { attachEvent(window, 'keydown', closePopup); +// vim:set et sw=4 sts=4 sws=4 foldmethod=marker enc=utf-8: