bkruse: branch 1.4 r1457 - /branches/1.4/config/trunks.html

SVN commits to the Asterisk-GUI project asterisk-gui-commits at lists.digium.com
Sat Aug 25 19:12:30 CDT 2007


Author: bkruse
Date: Sat Aug 25 19:12:30 2007
New Revision: 1457

URL: http://svn.digium.com/view/asterisk-gui?view=rev&rev=1457
Log:
Took out the .click option for the selected index, as that will
not fire of the event as I thought it would.

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=1457&r1=1456&r2=1457
==============================================================================
--- branches/1.4/config/trunks.html (original)
+++ branches/1.4/config/trunks.html Sat Aug 25 19:12:30 2007
@@ -956,8 +956,7 @@
 	/* Make our default option VOIP (service providers) */
 	_$('trunkstylevoip').click();
 	_$('provider').options[0].selected = true;
-	_$('provider').click();
-	if ( isnewtrunk == 0){
+	If ( isnewtrunk == 0){
 		_$('trunkstyleanalog').disabled = true;
 		_$('trunkstylevoip').disabled = true;
 		_$('trunkstylecustomvoip').disabled = true;




More information about the asterisk-gui-commits mailing list