diff Agendas/trunk/src/Agendas.Web/Views/Shared/DefaultEditor.cshtml @ 238:b43dc14886e3

Quitando ponente principal de la UI
author nelopauselli
date Tue, 04 Oct 2011 21:59:40 -0300
parents f23ee59ef1bd
children bf993f99cee3
line wrap: on
line diff
--- a/Agendas/trunk/src/Agendas.Web/Views/Shared/DefaultEditor.cshtml	Tue Oct 04 21:30:55 2011 -0300
+++ b/Agendas/trunk/src/Agendas.Web/Views/Shared/DefaultEditor.cshtml	Tue Oct 04 21:59:40 2011 -0300
@@ -12,7 +12,7 @@
 <script type="text/javascript">
 	$(document).ready(function () {
 		$("form:first").submit(function () {
-			$("#OtrosPonentes option").each(function () {
+			$("#Ponentes option").each(function () {
 				$(this).attr("selected", "selected");
 			});
 		});