pari: trunk r281 - /trunk/config/menus.html

asterisk-gui-commits at lists.digium.com asterisk-gui-commits at lists.digium.com
Mon Jan 22 11:39:37 MST 2007


Author: pari
Date: Mon Jan 22 12:39:36 2007
New Revision: 281

URL: http://svn.digium.com/view/asterisk-gui?view=rev&rev=281
Log:
Fix for 0008823: GUI Voicemenu does not retain keypress 'GoToMenu' events (Can't get it to hold on to a menu tree.)

Modified:
    trunk/config/menus.html

Modified: trunk/config/menus.html
URL: http://svn.digium.com/view/asterisk-gui/trunk/config/menus.html?view=diff&rev=281&r1=280&r2=281
==============================================================================
--- trunk/config/menus.html (original)
+++ trunk/config/menus.html Mon Jan 22 12:39:36 2007
@@ -134,7 +134,7 @@
 		var tmp = menustring.split('(');
 		var tmp1 = tmp[1].split('|');
 		for(y=0; y < $(my_field_options).options.length; y++ ){
-			if( $(my_field_options).options[y].value == tmp1[1]){
+			if( $(my_field_options).options[y].value == tmp1[0]){
 				$(my_field_options).options[y].selected = true;
 				return true;
 			}



More information about the asterisk-gui-commits mailing list