signaler un bug envoie un mail au support au lieu de creer un bug flyspray
[platal.git] / htdocs / javascript / close_on_esc.js
index 7fc4a41..a60e9a6 100644 (file)
@@ -1,5 +1,5 @@
 /***************************************************************************
- *  Copyright (C) 2003-2004 Polytechnique.org                              *
+ *  Copyright (C) 2003-2006 Polytechnique.org                              *
  *  http://opensource.polytechnique.org/                                   *
  *                                                                         *
  *  This program is free software; you can redistribute it and/or modify   *
@@ -25,5 +25,5 @@ function closePopup(e) {
     }
 }
 
-attachEvent(document, 'keydown', closePopup);
+attachEvent(window, 'keydown', closePopup);