bkruse: trunk r1459 - in /trunk: ./ config/trunks.html

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


Author: bkruse
Date: Sat Aug 25 19:15:13 2007
New Revision: 1459

URL: http://svn.digium.com/view/asterisk-gui?view=rev&rev=1459
Log:
Merged revisions 1458 via svnmerge from 
https://origsvn.digium.com/svn/asterisk-gui/branches/1.4

........
r1458 | bkruse | 2007-08-25 19:13:45 -0500 (Sat, 25 Aug 2007) | 3 lines

I accidentally capatilized the if statement. My vim
foo is slowly degrading over the weekend :/
Removed the .click from the select index, as it does
not fire the event.

........

Modified:
    trunk/   (props changed)
    trunk/config/trunks.html

Propchange: trunk/
------------------------------------------------------------------------------
--- branch-1.4-merged (original)
+++ branch-1.4-merged Sat Aug 25 19:15:13 2007
@@ -1,1 +1,1 @@
-/branches/1.4:1-1291,1293,1298-1300,1326,1332,1336-1338,1342,1346,1349,1356,1359,1362,1381,1384,1395,1399,1402,1413,1416,1426,1432,1435,1439,1442,1455
+/branches/1.4:1-1291,1293,1298-1300,1326,1332,1336-1338,1342,1346,1349,1356,1359,1362,1381,1384,1395,1399,1402,1413,1416,1426,1432,1435,1439,1442,1455,1458

Modified: trunk/config/trunks.html
URL: http://svn.digium.com/view/asterisk-gui/trunk/config/trunks.html?view=diff&rev=1459&r1=1458&r2=1459
==============================================================================
--- trunk/config/trunks.html (original)
+++ trunk/config/trunks.html Sat Aug 25 19:15:13 2007
@@ -956,7 +956,6 @@
 	/* Make our default option VOIP (service providers) */
 	_$('trunkstylevoip').click();
 	_$('provider').options[0].selected = true;
-	_$('provider').click();
 	if ( isnewtrunk == 0){
 		_$('trunkstyleanalog').disabled = true;
 		_$('trunkstylevoip').disabled = true;




More information about the asterisk-gui-commits mailing list