Skip to content

Commit 970ad52

Browse files
committed
Introduction to Events: Cleanup
1 parent 43486a0 commit 970ad52

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

page/events/introduction-to-events.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,6 @@ $( "form" ).on( "submit", function( event ) {
143143
event.stopPropagation();
144144
145145
// Make an AJAX request to submit the form data
146-
147146
});
148147
```
149148

@@ -164,6 +163,5 @@ $( "form" ).on( "submit", function( event ) {
164163
console.log( event );
165164
166165
// Make an AJAX request to submit the form data
167-
168166
});
169167
```

0 commit comments

Comments
 (0)