bkruse: branch 2.0 r3993 - /branches/2.0/config/callingrules.html
SVN commits to the Asterisk-GUI project
asterisk-gui-commits at lists.digium.com
Tue Oct 21 15:54:31 CDT 2008
Author: bkruse
Date: Tue Oct 21 15:54:31 2008
New Revision: 3993
URL: http://svn.digium.com/view/asterisk-gui?view=rev&rev=3993
Log:
Fixes for calling rules as reported by dkerr.
(closes issue #13528)
Modified:
branches/2.0/config/callingrules.html
Modified: branches/2.0/config/callingrules.html
URL: http://svn.digium.com/view/asterisk-gui/branches/2.0/config/callingrules.html?view=diff&rev=3993&r1=3992&r2=3993
==============================================================================
--- branches/2.0/config/callingrules.html (original)
+++ branches/2.0/config/callingrules.html Tue Oct 21 15:54:31 2008
@@ -325,7 +325,6 @@
return ;
}
- var tmp_checkThis = ( DOM_new_crl_fotr_stripx.value.beginsWith('_') ) ? DOM_new_crl_fotr_stripx.value.length -1 : DOM_new_crl_fotr_stripx.value.length ;
if( DOM_new_crl_foChkbx.checked && Number(tmp_fotr_stripx) > tmp_checkThis ){
ASTGUI.feedback( { msg:'You can not strip more digits than in the pattern !', showfor: 3, color:'red' });
DOM_new_crl_fotr_stripx.focus();
More information about the asterisk-gui-commits
mailing list