Author: vvalchev
Date: Fri Apr  6 09:07:58 2012
New Revision: 1310251

URL: http://svn.apache.org/viewvc?rev=1310251&view=rev
Log:
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

Modified:
    felix/trunk/webconsole-plugins/event/src/main/resources/res/ui/events.js

Modified: 
felix/trunk/webconsole-plugins/event/src/main/resources/res/ui/events.js
URL: 
http://svn.apache.org/viewvc/felix/trunk/webconsole-plugins/event/src/main/resources/res/ui/events.js?rev=1310251&r1=1310250&r2=1310251&view=diff
==============================================================================
--- felix/trunk/webconsole-plugins/event/src/main/resources/res/ui/events.js 
(original)
+++ felix/trunk/webconsole-plugins/event/src/main/resources/res/ui/events.js 
Fri Apr  6 09:07:58 2012
@@ -126,6 +126,7 @@ $(document).ready(function(){
                $(this).dialog("close");
        }
        sendButtons[i18n.reset] = function() {
+               sendTopic.val('');
                sendProperties.propeditor('reset');
        }
        sendButtons[i18n.send] = function() {


Reply via email to