bundesverdienstkreuz
[platal.git] / htdocs / javascript / close_on_esc.js
index 0bf8eeb..e8a490f 100644 (file)
@@ -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: