Skip to content

Commit f0f402d

Browse files
author
7dir
authored
Update ajax_request_without_jquery.md
1 parent 7ff9e5c commit f0f402d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chapters/ajax/ajax_request_without_jquery.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ When the button is clicked, we want to send an Ajax request to the server to ret
4040

4141
Next, create the CoffeeScript file to hold the page logic. The code in this file creates a function to be called when the Load Data button is clicked.
4242

43-
{% highlight coffeescript linenos %}
43+
{% highlight coffeescript %}
4444
# XMLHttpRequest.coffee
4545
loadDataFromServer = ->
4646
req = new XMLHttpRequest()

0 commit comments

Comments
 (0)