bkruse: trunk r1479 - in /trunk: ./ config/scripts/astman.js

SVN commits to the Asterisk-GUI project asterisk-gui-commits at lists.digium.com
Wed Aug 29 14:49:13 CDT 2007


Author: bkruse
Date: Wed Aug 29 14:49:13 2007
New Revision: 1479

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

........
r1478 | bkruse | 2007-08-29 14:48:07 -0500 (Wed, 29 Aug 2007) | 3 lines

A is the _$('element') passed, we do not want
to sort that, but rather 'w', the options array.

........

Modified:
    trunk/   (props changed)
    trunk/config/scripts/astman.js

Propchange: trunk/
------------------------------------------------------------------------------
--- branch-1.4-merged (original)
+++ branch-1.4-merged Wed Aug 29 14:49: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,1458,1465,1471,1475
+/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,1465,1471,1475,1478

Modified: trunk/config/scripts/astman.js
URL: http://svn.digium.com/view/asterisk-gui/trunk/config/scripts/astman.js?view=diff&rev=1479&r1=1478&r2=1479
==============================================================================
--- trunk/config/scripts/astman.js (original)
+++ trunk/config/scripts/astman.js Wed Aug 29 14:49:13 2007
@@ -366,7 +366,9 @@
 			};
 			setTimeout( sf, 300 );
 		};
-	
+		this.comboOptions = (w) ? w.sort() : '';
+		ASTGUI.events.add( this, 'focus' , creatediv ) ;
+		ASTGUI.events.add( this, 'keyup' , updateDivAndShow ) ;
 	}
 
 }; // AstGUI




More information about the asterisk-gui-commits mailing list