Skip to content

Commit

Permalink
remove double date variables
Browse files Browse the repository at this point in the history
  • Loading branch information
jsavell committed Aug 20, 2015
1 parent e4ff657 commit d3c6cb1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions js/orgDetail.js
Original file line number Diff line number Diff line change
Expand Up @@ -404,8 +404,6 @@ function submitNewResourceIssue() {
function submitNewDowntime() {

var data = $("#newDowntimeForm").serialize();
data += "&startDate="+$("#startDate").val();
data += "&endDate="+$("#endDate").val();

$.ajax({
type: "POST",
Expand Down

0 comments on commit d3c6cb1

Please sign in to comment.