Compare commits
No commits in common. "368381d5a65eddf55770875c253ffeaab243ddc8" and "afac80c54a24a3a5366b8c05e84f4a51371c0ba3" have entirely different histories.
368381d5a6
...
afac80c54a
|
|
@ -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() {
|
||||
|
|
|
|||
|
|
@ -12,8 +12,7 @@
|
|||
},
|
||||
|
||||
"permissions": [
|
||||
"activeTab",
|
||||
"https://fairlanguage2.dev-star.de/*"
|
||||
"activeTab"
|
||||
],
|
||||
|
||||
"browser_action": {
|
||||
|
|
|
|||
|
|
@ -1,8 +1,7 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Fairlanguage</title>
|
||||
<title>Test action</title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
|
|
|||
Loading…
Reference in New Issue