Skip to content

Commit

Permalink
Change dataType json to jsonp
Browse files Browse the repository at this point in the history
  • Loading branch information
monibu1548 committed Aug 18, 2015
1 parent 24c0c2e commit 7a3ee41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WebMonitering/JS/loadData.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ var loadingData = function(){

$.ajax({
type:'GET',
dataType : 'json',
dataType : 'jsonp',
cache : false,
url : 'http://49.142.11.147:3000/1',
success : function(data) {
Expand Down

0 comments on commit 7a3ee41

Please sign in to comment.