Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a2ea179

Browse files
authored
Update index.html
removed unnecessary comment
1 parent 67d936e commit a2ea179

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

week3/index.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ <h4>Add To Do</h4>
1313
<input type="text" name="New To DO" id="add_todo"><span id="add_todo_button" class="button">Add</span>
1414
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
1515
<script type="text/javascript">
16-
// add js here
1716
$(document).ready(function(){
1817
var buttonCSS = {
1918
"outline-style": "solid",
@@ -69,4 +68,4 @@ <h4>Add To Do</h4>
6968
});
7069
</script>
7170
</body>
72-
</html>
71+
</html>

0 commit comments

Comments
 (0)