comparison 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
comparison
equal deleted inserted replaced
237:51faeabfb9d9 238:b43dc14886e3
10 <link rel="stylesheet" href="@Url.Content("~/Content/subpanels-0.9.css")" type="text/css" /> 10 <link rel="stylesheet" href="@Url.Content("~/Content/subpanels-0.9.css")" type="text/css" />
11 11
12 <script type="text/javascript"> 12 <script type="text/javascript">
13 $(document).ready(function () { 13 $(document).ready(function () {
14 $("form:first").submit(function () { 14 $("form:first").submit(function () {
15 $("#OtrosPonentes option").each(function () { 15 $("#Ponentes option").each(function () {
16 $(this).attr("selected", "selected"); 16 $(this).attr("selected", "selected");
17 }); 17 });
18 }); 18 });
19 }); 19 });
20 </script> 20 </script>