Skip to content

Commit 11937eb

Browse files
committed
Replaced $ by jQuery.
1 parent cc76a78 commit 11937eb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

javascript.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// {{{request.name}}} ({{{method}}} {{{url.base}}})
22

3-
$.ajax({
3+
jQuery.ajax({
44
{{! ================ url + url params ================ }}
55
{{#has_content_and_url_params}}
66
url: "{{{url.base}}}?" + jQuery.param({

0 commit comments

Comments
 (0)