From 6589cfc4ec7e185a171fd0df040d672606a00a86 Mon Sep 17 00:00:00 2001 From: sparkyx Date: Wed, 15 Aug 2007 21:30:11 +0000 Subject: [PATCH] add a button with javascript --- include/class_widget.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/class_widget.php b/include/class_widget.php index dcfada29b..9cf64e2a2 100644 --- a/include/class_widget.php +++ b/include/class_widget.php @@ -558,7 +558,7 @@ class widget { $r='"; + ' onClick="'.$this->js.'">'; return $r; } return "INVALID WIDGET $this->type ";