bkruse: branch 1.4 r1478 - /branches/1.4/config/scripts/astman.js

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


Author: bkruse
Date: Wed Aug 29 14:48:07 2007
New Revision: 1478

URL: http://svn.digium.com/view/asterisk-gui?view=rev&rev=1478
Log:
A is the _$('element') passed, we do not want
to sort that, but rather 'w', the options array.

Modified:
    branches/1.4/config/scripts/astman.js

Modified: branches/1.4/config/scripts/astman.js
URL: http://svn.digium.com/view/asterisk-gui/branches/1.4/config/scripts/astman.js?view=diff&rev=1478&r1=1477&r2=1478
==============================================================================
--- branches/1.4/config/scripts/astman.js (original)
+++ branches/1.4/config/scripts/astman.js Wed Aug 29 14:48:07 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