commit | 0b61fb9d3f62a3f286f4bf2631570ee80ea89e2f | [log] [tgz] |
---|---|---|
author | Valentin Valchev <vvalchev@apache.org> | Fri Apr 06 09:07:58 2012 +0000 |
committer | Valentin Valchev <vvalchev@apache.org> | Fri Apr 06 09:07:58 2012 +0000 |
tree | 797b4174b6a71e4247376afa4466f69c8a5fffcc | |
parent | d8be7306be966ccfc0106ecee5e9c31552bbb2d5 [diff] |
Fixed FELIX-3449 Event plugin cannto send events without properties https://issues.apache.org/jira/browse/FELIX-3449 sorry - forgot to make reset button clear the topic too git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1310251 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/webconsole-plugins/event/src/main/resources/res/ui/events.js b/webconsole-plugins/event/src/main/resources/res/ui/events.js index 89c835d..90121ff 100644 --- a/webconsole-plugins/event/src/main/resources/res/ui/events.js +++ b/webconsole-plugins/event/src/main/resources/res/ui/events.js
@@ -126,6 +126,7 @@ $(this).dialog("close"); } sendButtons[i18n.reset] = function() { + sendTopic.val(''); sendProperties.propeditor('reset'); } sendButtons[i18n.send] = function() {