Skip to content

Commit

Permalink
modify comment
Browse files Browse the repository at this point in the history
  • Loading branch information
morinkey committed Mar 5, 2013
1 parent cf1e247 commit 032968e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions WebContent/json_read.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
$( '#ajax-button' ) .click(
function() {
$.ajax({
url: './404.html',
url: '404.html',
type:'GET',
dataType: 'json',
dataType: 'jsonp',
success: function(data) {
alert("ok");
},
Expand Down

0 comments on commit 032968e

Please sign in to comment.