Skip to content

Commit

Permalink
* Cleanup the console logging.
Browse files Browse the repository at this point in the history
  • Loading branch information
bgroff committed Sep 19, 2018
1 parent 039365f commit 86dd669
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -143,11 +143,9 @@ <h4 class="ui header">
$("#id_add_document_" + parts[parts.length - 1]).val("False");
$("#id_change_document_" + parts[parts.length - 1]).val("False");
$("#id_delete_document_" + parts[parts.length - 1]).val("False");
console.log(parts[parts.length - 1]);
if (parts[0] !== "none") {
$("#" + val).val("True")
}
console.log(val);
}

}
Expand Down

0 comments on commit 86dd669

Please sign in to comment.