Skip to content

Commit 25f59fb

Browse files
ttaconuntitaker
authored andcommitted
http:/mysite/leaflet.js -> http://mysite/leaflet.js (#834)
The lack of the double slash after the protocol caught me off guard while reading the docs 😄
1 parent d760952 commit 25f59fb

File tree

1 file changed

+1
-1
lines changed
  • src/collections/_documentation/clients/javascript

1 file changed

+1
-1
lines changed

src/collections/_documentation/clients/javascript/tips.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ If you have no access to the backend, you could try a workaround, which is basic
136136

137137
```javascript
138138
$.ajax({
139-
url: 'http:/mysite/leaflet.js',
139+
url: 'http://mysite/leaflet.js',
140140
success: function() { ... },
141141
error: function() { ... },
142142
timeout: 2000, // 2 seconds timeout before error function will be called

0 commit comments

Comments
 (0)