diff Agendas/trunk/src/Agendas.Web/Views/Shared/DefaultEditor.cshtml @ 291:5f1e3d35e113

Patrocinadores: Correcciones en Vistas.
author juanjose.montesdeocaarbos
date Thu, 09 Feb 2012 00:12:00 -0300
parents bf993f99cee3
children
line wrap: on
line diff
--- a/Agendas/trunk/src/Agendas.Web/Views/Shared/DefaultEditor.cshtml	Tue Feb 07 23:29:06 2012 -0300
+++ b/Agendas/trunk/src/Agendas.Web/Views/Shared/DefaultEditor.cshtml	Thu Feb 09 00:12:00 2012 -0300
@@ -9,16 +9,6 @@
 <script src="@Url.Content("~/Scripts/subpanels-0.9.js")" type="text/javascript"></script>
 <link rel="stylesheet" href="@Url.Content("~/Content/subpanels-0.9.css")" type="text/css" />
 
-<script type="text/javascript">
-	$(document).ready(function () {
-		$("form:first").submit(function () {
-			$("#Ponentes option").each(function () {
-				$(this).attr("selected", "selected");
-			});
-		});
-	});
-</script>
-
 @using (Html.BeginForm(
               null,
               null,