pari: trunk r881 - /trunk/config/localexts.html
asterisk-gui-commits at lists.digium.com
asterisk-gui-commits at lists.digium.com
Mon May 7 08:23:50 MST 2007
Author: pari
Date: Mon May 7 10:23:50 2007
New Revision: 881
URL: http://svn.digium.com/view/asterisk-gui?view=rev&rev=881
Log:
minor bug fix - element.value instead of element
Modified:
trunk/config/localexts.html
Modified: trunk/config/localexts.html
URL: http://svn.digium.com/view/asterisk-gui/trunk/config/localexts.html?view=diff&rev=881&r1=880&r2=881
==============================================================================
--- trunk/config/localexts.html (original)
+++ trunk/config/localexts.html Mon May 7 10:23:50 2007
@@ -98,7 +98,7 @@
if( lel.value == ub.value.length ) {
return;
}else if( lel.value < ub.value.length ){
- ub.value = ub.value.substr(0,lel);
+ ub.value = ub.value.substr(0,lel.value);
return;
}else if( lel.value > ub.value.length ){
while ( lel.value != ub.value.length ){ ub.value = ub.value + "0" ; }
More information about the asterisk-gui-commits
mailing list