Skip to content
This repository has been archived by the owner on Dec 1, 2019. It is now read-only.

Commit

Permalink
change data source
Browse files Browse the repository at this point in the history
  • Loading branch information
vrabe committed Aug 18, 2015
1 parent 7002509 commit 171910d
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions js/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ var Index = (function() {
modal.modal('show');
$.ajax({
dataType: 'jsonp',
url: "http://bug.22web.org/generator/source3.php",
url: "http://tidal-outlook-93517.appspot.com/source3.php",
//url: "http://bug.22web.org/generator/source3.php",
success: function(data){
var string = JSON.stringify(data);
window.localStorage.padboxer_name = string;
Expand All @@ -32,7 +33,8 @@ var Index = (function() {
});
$.ajax({
dataType: 'jsonp',
url: "http://bug.22web.org/generator/source1.php",
url: "http://tidal-outlook-93517.appspot.com/source1.php",
//url: "http://bug.22web.org/generator/source1.php",
success: function(data){
var string = JSON.stringify(data);
window.localStorage.padboxer_evolution = string;
Expand All @@ -45,7 +47,8 @@ var Index = (function() {
});
$.ajax({
dataType: 'jsonp',
url: "http://bug.22web.org/generator/source2.php",
url: "http://tidal-outlook-93517.appspot.com/source2.php",
//url: "http://bug.22web.org/generator/source2.php",
success: function(data){
var string = JSON.stringify(data);
window.localStorage.padboxer_ultimate = string;
Expand Down

0 comments on commit 171910d

Please sign in to comment.