From 68342a9356f27f9d843c4ceafdf8a42a0e7b17bd Mon Sep 17 00:00:00 2001
From: Eugene Crosser <crosser@average.org>
Date: Mon, 1 Sep 2008 13:13:23 +0000
Subject: [PATCH] revert keypress that does not work anyway

---
 include/showwin.js | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/include/showwin.js b/include/showwin.js
index 00f91ce..7e44357 100644
--- a/include/showwin.js
+++ b/include/showwin.js
@@ -20,7 +20,6 @@ var showWindow = new Class({
 			container: document.body,
 			tohide: '',
 			onClick: $empty,
-			onKeypress: $empty,
 		}
 	},
 
@@ -44,8 +43,6 @@ var showWindow = new Class({
 			display: 'none'
 		}).addEvent('click', function(){
 			this.options.onClick()
-		}.bind(this)).addEvent('keypress', function(){
-			this.options.onKeypress()
 		}.bind(this)).injectInside(this.options.container);
 
 		window.addEvent('resize', this.position.bind(this));
-- 
2.43.0