rbrindley: branch 2.0 r4840 - /branches/2.0/config/js/trunks_analog.js
SVN commits to the Asterisk-GUI project
asterisk-gui-commits at lists.digium.com
Mon Jun 8 10:02:51 CDT 2009
Author: rbrindley
Date: Mon Jun 8 10:02:48 2009
New Revision: 4840
URL: http://svn.asterisk.org/svn-view/asterisk-gui?view=rev&rev=4840
Log:
- fixed a typo causing the analog trunks edit button to fail
Modified:
branches/2.0/config/js/trunks_analog.js
Modified: branches/2.0/config/js/trunks_analog.js
URL: http://svn.asterisk.org/svn-view/asterisk-gui/branches/2.0/config/js/trunks_analog.js?view=diff&rev=4840&r1=4839&r2=4840
==============================================================================
--- branches/2.0/config/js/trunks_analog.js (original)
+++ branches/2.0/config/js/trunks_analog.js Mon Jun 8 10:02:48 2009
@@ -88,7 +88,7 @@
ASTGUI.updateFieldToValue( _$(fld) , fld_value );
} );
- if (parent.sessionData.pbxinfo['trunks']['analog'][EDIT_TURNK]['callerid'] && parent.sessionData.pbxinfo['trunks']['analog'][EDIT_TRUNK]['callerid'] != 'asreceived') {
+ if (parent.sessionData.pbxinfo['trunks']['analog'][EDIT_TRUNK]['callerid'] && parent.sessionData.pbxinfo['trunks']['analog'][EDIT_TRUNK]['callerid'] != 'asreceived') {
ASTGUI.updateFieldToValue(_$('dummy_customCid'), parent.sessionData.pbxinfo.trunks.analog[EDIT_TRUNK].callerid);
ASTGUI.updateFieldToValue( _$('dummy_callerid'), 'custom');
}
More information about the asterisk-gui-commits
mailing list