Anpassung auf Thomczik.de Domain

master
Schoko 4 years ago
parent ca84718705
commit eeb4ba73d1
  1. 8
      plugin-firefox/html/js/connection.js

@ -33,7 +33,7 @@ function getSummaryFromServer(contexts){
// //
console.log(contexts); console.log(contexts);
/*$.ajax({ $.ajax({
type: "GET", type: "GET",
url: 'http://jt-info.de:5000/tryspacy', url: 'http://jt-info.de:5000/tryspacy',
dataType: "json", dataType: "json",
@ -46,8 +46,8 @@ function getSummaryFromServer(contexts){
error: function(a){ error: function(a){
return err; return err;
} }
});*/ });
$.ajax({ /*$.ajax({
type: "GET", type: "GET",
url: 'http://touch.se.uni-hannover.de:443/tryspacy', url: 'http://touch.se.uni-hannover.de:443/tryspacy',
dataType: "json", dataType: "json",
@ -60,7 +60,7 @@ function getSummaryFromServer(contexts){
error: function(a){ error: function(a){
return err; return err;
} }
}); });*/
/*$.ajax({ /*$.ajax({
type: "GET", type: "GET",

Loading…
Cancel
Save