-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path0003-Partial-Changes.patch
More file actions
44 lines (37 loc) · 1.43 KB
/
0003-Partial-Changes.patch
File metadata and controls
44 lines (37 loc) · 1.43 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
From 22cc6ba7f623cd071a8702ab0d84b4538ba32785 Mon Sep 17 00:00:00 2001
From: KyleParker14 <parkerk2@students.rowan.edu>
Date: Wed, 24 Oct 2018 19:28:55 -0400
Subject: [PATCH 3/3] Partial Changes
---
Website/Code/Inventory/Inventory/Models/Users.cs | 4 ----
Website/Code/Inventory/Inventory/Views/Account/SignUp.cshtml | 5 -----
2 files changed, 9 deletions(-)
diff --git a/Website/Code/Inventory/Inventory/Models/Users.cs b/Website/Code/Inventory/Inventory/Models/Users.cs
index b9be934..8b72380 100644
--- a/Website/Code/Inventory/Inventory/Models/Users.cs
+++ b/Website/Code/Inventory/Inventory/Models/Users.cs
@@ -20,9 +20,5 @@ namespace Inventory.Models
public String Zip_Code { get; set; }
public String Email { get; set; }
- public void Add_Button_Click(object sender, EventArgs e)
- {
- var name = "";
- }
}
}
\ No newline at end of file
diff --git a/Website/Code/Inventory/Inventory/Views/Account/SignUp.cshtml b/Website/Code/Inventory/Inventory/Views/Account/SignUp.cshtml
index 6bfc8fd..7056784 100644
--- a/Website/Code/Inventory/Inventory/Views/Account/SignUp.cshtml
+++ b/Website/Code/Inventory/Inventory/Views/Account/SignUp.cshtml
@@ -5,11 +5,6 @@
<h1>Create an Account</h1>
-<script type="text/html">
- function Add_Button_Click(){
- Users.Add_Button_Click();
- }
-</script>
<h3>Enter Personal Information</h3>
<div class="row">
--
2.19.1.windows.1