Skip to content

Commit

Permalink
Merge pull request #16 from ShinichiU/t-4207
Browse files Browse the repository at this point in the history
(refs #4207)  Fixed "POST request" to avoid character limitation of q…
  • Loading branch information
ShinichiU committed Jun 12, 2017
2 parents 79031fc + 312e8bd commit c77f6f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion web/js/like-smartphone.js
Expand Up @@ -178,7 +178,7 @@ function packetLoad(dataList)
$.ajax(
{
url: openpne.apiBase + 'like/packet_search.json?apiKey=' + openpne.apiKey,
type: 'GET',
type: 'POST',
data:
{
'data': dataList,
Expand Down
2 changes: 1 addition & 1 deletion web/js/like.js
Expand Up @@ -310,7 +310,7 @@ function packetLoad(dataList)
$.ajax(
{
url: openpne.apiBase + 'like/packet_search.json?apiKey=' + openpne.apiKey,
type: 'GET',
type: 'POST',
data:
{
'data': dataList,
Expand Down

0 comments on commit c77f6f0

Please sign in to comment.