Skip to content

Commit

Permalink
Rename templates
Browse files Browse the repository at this point in the history
  • Loading branch information
santhoshtr committed Dec 26, 2018
1 parent d1d8b8d commit 4a954e2
Showing 1 changed file with 3 additions and 2 deletions.
Expand Up @@ -7,7 +7,8 @@
event.preventDefault();
var text= $("textarea[name=input_text]").val();
jsonRequest = {
method: "ucasort.sort",
module: "libindic.ucasort",
method: "sort",
params: [text],
id: ""
},
Expand All @@ -19,7 +20,7 @@
$.ajax({
type: "POST",
contentType: "application/json; charset=utf-8",
url: "JSONRPC",
url: "api",
data: JSON.stringify(jsonRequest),
dataType: "json",
beforeSend:function(){
Expand Down

0 comments on commit 4a954e2

Please sign in to comment.