Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Development #23

Merged
merged 8 commits into from
Jan 16, 2015
Merged
Next Next commit
remove debug message
  • Loading branch information
PidgeyL committed Jan 15, 2015
commit 7094f4034bed419401051e62774e9abeba48815f
1 change: 0 additions & 1 deletion web/templates/listmanagement.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
<script type="text/javascript" src="/static/js/custom/scripts.js"></script>
<script type="text/javascript">
function addCPE(list, item){
console.log(item);
var url = "/admin/listmanagement/add";
var form = document.createElement("FORM");
form.method = "POST";
Expand Down