rbrindley: branch rbrindley/astman_revamp r4671 - /team/rbrindley/astman_reva...

SVN commits to the Asterisk-GUI project asterisk-gui-commits at lists.digium.com
Thu Mar 26 15:04:33 CDT 2009


Author: rbrindley
Date: Thu Mar 26 15:04:31 2009
New Revision: 4671

URL: http://svn.digium.com/svn-view/asterisk-gui?view=rev&rev=4671
Log:

- the option values are meant to be the names as well, not the values :-/


Modified:
    team/rbrindley/astman_revamp/config/incoming.html

Modified: team/rbrindley/astman_revamp/config/incoming.html
URL: http://svn.digium.com/svn-view/asterisk-gui/team/rbrindley/astman_revamp/config/incoming.html?view=diff&rev=4671&r1=4670&r2=4671
==============================================================================
--- team/rbrindley/astman_revamp/config/incoming.html (original)
+++ team/rbrindley/astman_revamp/config/incoming.html Thu Mar 26 15:04:31 2009
@@ -117,7 +117,7 @@
 				continue;
 			}
 
-			itrl_tf.append($('<option>').html(ti).val(list[ti]));
+			itrl_tf.append($('<option>').html(ti).val(ti));
 		};
 		itrl_tf.append($('<option>').html('None (no Time Intervals matched)').val(''));
 		delete itrl_tf;




More information about the asterisk-gui-commits mailing list