X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=htdocs%2Fjavascript%2Fclose_on_esc.js;h=e8a490fd6f96c4d437d5e81966b49196442b48dc;hb=e173ee9b7e29b11c13c3bc5124d200cba6675cce;hp=0bf8eeb7a0b9195beffa6c0d915107f5e080cdf4;hpb=8a0d8a28c76f04c06788a53725dca849538ebbe4;p=platal.git diff --git a/htdocs/javascript/close_on_esc.js b/htdocs/javascript/close_on_esc.js index 0bf8eeb..e8a490f 100644 --- a/htdocs/javascript/close_on_esc.js +++ b/htdocs/javascript/close_on_esc.js @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2003-2004 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: