pari: branch asterisknow r2045 - /branches/asterisknow/config/digital.html

SVN commits to the Asterisk-GUI project asterisk-gui-commits at lists.digium.com
Thu Dec 27 14:56:05 CST 2007


Author: pari
Date: Thu Dec 27 14:56:05 2007
New Revision: 2045

URL: http://svn.digium.com/view/asterisk-gui?view=rev&rev=2045
Log:
typo, again

Modified:
    branches/asterisknow/config/digital.html

Modified: branches/asterisknow/config/digital.html
URL: http://svn.digium.com/view/asterisk-gui/branches/asterisknow/config/digital.html?view=diff&rev=2045&r1=2044&r2=2045
==============================================================================
--- branches/asterisknow/config/digital.html (original)
+++ branches/asterisknow/config/digital.html Thu Dec 27 14:56:05 2007
@@ -381,7 +381,7 @@
 		_$('FXSFXO_ports_td').innerHTML = "NO Analog Hardware detected !! <BR><BR>";
 	}else{
 		var s1 = (parent.FXS_PORTS_DETECTED.length)?parent.FXS_PORTS_DETECTED.join(',') : 'none';
-		var s2 = (parent.FXS_PORTS_DETECTED.length)?parent.FXO_PORTS_DETECTED.join(',') : 'none';
+		var s2 = (parent.FXO_PORTS_DETECTED.length)?parent.FXO_PORTS_DETECTED.join(',') : 'none';
 		_$('FXSFXO_ports_td').innerHTML = 'FXS Ports : ' + s1 + '<BR>' + 'FXO Ports : ' + s2 + '<BR>' ;
 	}
 




More information about the asterisk-gui-commits mailing list