diff --git a/plugin-firefox/html/js/connection.js b/plugin-firefox/html/js/connection.js
index 464902e..315046b 100644
--- a/plugin-firefox/html/js/connection.js
+++ b/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",