Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Added error handling.
  • Loading branch information
Rishabh Rao committed Dec 8, 2012
1 parent a883b00 commit ee2c261
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/main.js
Expand Up @@ -18,7 +18,7 @@ jQuery(document).ready(function() {

self.getItems = function() {
jQuery.ajax({
url: "http://www.tastekid.com/ask/wsa",
url: "http://www.tastekid.com/ask/ws",
type: "GET",
dataType: "jsonp",
async: true,
Expand Down

0 comments on commit ee2c261

Please sign in to comment.