pari: trunk r176 - /trunk/config/menus.html
asterisk-gui-commits at lists.digium.com
asterisk-gui-commits at lists.digium.com
Mon Dec 18 19:41:30 MST 2006
Author: pari
Date: Mon Dec 18 20:41:29 2006
New Revision: 176
URL: http://svn.digium.com/view/asterisk-gui?view=rev&rev=176
Log:
Part of fix for 0008589
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=176&r1=175&r2=176
==============================================================================
--- trunk/config/menus.html (original)
+++ trunk/config/menus.html Mon Dec 18 20:41:29 2006
@@ -139,8 +139,8 @@
}
// if not in the current list of voicemenus/extensions then add it to the menu
var newoption = document.createElement("option");
- newoption.text = tmp1[0] ;
- newoption.value = tmp1[0] ;
+ newoption.text = tmp1[1] ;
+ newoption.value = tmp1[1] ;
$(my_field_options).options.add(newoption);
$(my_field_options).options[y].style.fontWeight = 'bold';
$(my_field_options).options[y].selected = true;
More information about the asterisk-gui-commits
mailing list