rbrindley: branch 2.0 r4964 - /branches/2.0/config/js/menus.js
SVN commits to the Asterisk-GUI project
asterisk-gui-commits at lists.digium.com
Thu Jul 9 13:27:05 CDT 2009
Author: rbrindley
Date: Thu Jul 9 13:27:00 2009
New Revision: 4964
URL: http://svn.asterisk.org/svn-view/asterisk-gui?view=rev&rev=4964
Log:
- fixed a typo found by jpsharp
(closes issue #15438)
Reported by: jgirdner
Modified:
branches/2.0/config/js/menus.js
Modified: branches/2.0/config/js/menus.js
URL: http://svn.asterisk.org/svn-view/asterisk-gui/branches/2.0/config/js/menus.js?view=diff&rev=4964&r1=4963&r2=4964
==============================================================================
--- branches/2.0/config/js/menus.js (original)
+++ branches/2.0/config/js/menus.js Thu Jul 9 13:27:00 2009
@@ -446,7 +446,7 @@
var tmp_EventName = ASTGUI.getFieldValue('newstep_UserEvent_eventname');
var tmp_EventBody = ASTGUI.getFieldValue('newstep_UserEvent_body');
if( tmp_EventBody.trim() ){
- tmp_EventName = tmp_EventName + top.session.delimiter' + tmp_EventBody ;
+ tmp_EventName = tmp_EventName + top.session.delimiter + tmp_EventBody ;
}
newstep = 'UserEvent('+ tmp_EventName + ')';
break;
More information about the asterisk-gui-commits
mailing list