Compare commits

..

No commits in common. "368381d5a65eddf55770875c253ffeaab243ddc8" and "afac80c54a24a3a5366b8c05e84f4a51371c0ba3" have entirely different histories.

3 changed files with 2 additions and 11 deletions

View File

@ -6,13 +6,6 @@ function checkTextarea(textarea) {
console.log("click " + textarea.id + " -> " + textarea.value);
// TODO make queries to the fairlanguage server
fetch("https://fairlanguage2.dev-star.de/checkDocument?data=liebe+Bürger&json")
.then(response => response.json())
.then(response => {
console.log(response);
})
.catch(error => console.log(error));
}
(function() {

View File

@ -12,8 +12,7 @@
},
"permissions": [
"activeTab",
"https://fairlanguage2.dev-star.de/*"
"activeTab"
],
"browser_action": {

View File

@ -1,8 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Fairlanguage</title>
<title>Test action</title>
</head>
<body>