From 38247eb43fc0890c0435ded58546122046d8d40c Mon Sep 17 00:00:00 2001 From: James Kolpack Date: Thu, 4 Feb 2016 11:52:32 -0500 Subject: [PATCH] Clean up File upload on Leaf Input --- Web/Views/LeafInput/Index.cshtml | 34 ++++++++------------------------ 1 file changed, 8 insertions(+), 26 deletions(-) diff --git a/Web/Views/LeafInput/Index.cshtml b/Web/Views/LeafInput/Index.cshtml index 56e2646..dd49a2d 100644 --- a/Web/Views/LeafInput/Index.cshtml +++ b/Web/Views/LeafInput/Index.cshtml @@ -12,7 +12,7 @@ @Html.Partial("_StatusMessage")
-
+
@using (Html.BeginForm("Index", "LeafInput", FormMethod.Post)) { @Html.Partial("_ValidationSummary") @@ -25,24 +25,17 @@ }
+
-
+
- + Add files... - @**@ - @**@ - @@ -51,7 +44,7 @@
-
+
@@ -71,9 +64,6 @@ @section Scripts @@ -156,9 +141,6 @@ initFileUpload("@Session.SessionID"); $('input#SiteId').autocomplete({ serviceUrl: '/FluxnetSite/Autocomplete' - //onSelect: function (suggestion) { - // alert('You selected: ' + suggestion + ', ' + suggestion); - //} }); } \ No newline at end of file