Skip to content

Commit

Permalink
server and index edit
Browse files Browse the repository at this point in the history
  • Loading branch information
cjsmith37 committed Mar 18, 2017
1 parent 2b8f4f9 commit be24328
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Assignment4/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
for(var i = 0; i < list.length; i++){
markup += "<li>" + list[i].pic +
"<button class='delButton' onclick='deletePic(" + list[i].id + ")'> X </button>"+
"</li>";
"</li>";
}
}
document.getElementById("picListWrapper").innerHTML = markup;
Expand All @@ -57,7 +57,7 @@
.delButton
{
float: right;
}
}
</style>
</head>

Expand Down
Binary file removed SimpleMathServer/.DS_Store
Binary file not shown.

0 comments on commit be24328

Please sign in to comment.