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

Loading…
Cancel
Save