You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/tutorial/basic/index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -210,7 +210,7 @@ From this point in the tutorial we assume you have an sbt with this command runn
210
210
211
211
## <aname="js-export"></a> Step 4: Reacting on User Input
212
212
213
-
This step shows how you can add a button and react to events on it by still just using the DOM (we will use jQuery in the next step). We want to add a button that adds another `<p>` tag to the body when it is clicked.
213
+
This step shows how you can add a button and react to events on it by still just using the DOM. We want to add a button that adds another `<p>` tag to the body when it is clicked.
214
214
215
215
We start by adding a method to `TutorialApp` which will be called when the button is clicked:
0 commit comments