X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=htdocs%2Fjavascript%2Fclose_on_esc.js;h=e8a490fd6f96c4d437d5e81966b49196442b48dc;hb=962ce33ec0f0b5b645d9fd294df17f279cc84ad3;hp=a60e9a651c21a2c107438019ddef256ea330b676;hpb=50a40a33a496131e817df875607ea5542d096a64;p=platal.git diff --git a/htdocs/javascript/close_on_esc.js b/htdocs/javascript/close_on_esc.js index a60e9a6..e8a490f 100644 --- a/htdocs/javascript/close_on_esc.js +++ b/htdocs/javascript/close_on_esc.js @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2003-2006 Polytechnique.org * + * Copyright (C) 2003-2007 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: