Skip to content
This repository has been archived by the owner on May 27, 2021. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
[ticket/71] Missing dataType results in "Invalid JSON" error when run…
…ning the AJAX query
  • Loading branch information
marc1706 committed Sep 26, 2010
1 parent b236cf0 commit c48cd9d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Expand Up @@ -308,6 +308,7 @@
$.ajax({
type: 'POST',
data: data,
dataType: 'html',
url: '{U_QUICKEDIT}',
success: function(data){
if(mode == 'open')
Expand Down
Expand Up @@ -311,6 +311,7 @@
$.ajax({
type: 'POST',
data: data,
dataType: 'html',
url: '{U_QUICKEDIT}',
success: function(data){
if(mode == 'open')
Expand Down

0 comments on commit c48cd9d

Please sign in to comment.