bkruse: branch 1.4 r1458 - /branches/1.4/config/trunks.html
SVN commits to the Asterisk-GUI project
asterisk-gui-commits at lists.digium.com
Sat Aug 25 19:13:46 CDT 2007
Author: bkruse
Date: Sat Aug 25 19:13:45 2007
New Revision: 1458
URL: http://svn.digium.com/view/asterisk-gui?view=rev&rev=1458
Log:
I accidentally capatilized the if statement. My vim
foo is slowly degrading over the weekend :/
Modified:
branches/1.4/config/trunks.html
Modified: branches/1.4/config/trunks.html
URL: http://svn.digium.com/view/asterisk-gui/branches/1.4/config/trunks.html?view=diff&rev=1458&r1=1457&r2=1458
==============================================================================
--- branches/1.4/config/trunks.html (original)
+++ branches/1.4/config/trunks.html Sat Aug 25 19:13:45 2007
@@ -956,7 +956,7 @@
/* Make our default option VOIP (service providers) */
_$('trunkstylevoip').click();
_$('provider').options[0].selected = true;
- If ( isnewtrunk == 0){
+ if ( isnewtrunk == 0){
_$('trunkstyleanalog').disabled = true;
_$('trunkstylevoip').disabled = true;
_$('trunkstylecustomvoip').disabled = true;
More information about the asterisk-gui-commits
mailing list