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);
|
console.log("click " + textarea.id + " -> " + textarea.value);
|
||||||
|
|
||||||
// TODO make queries to the fairlanguage server
|
// 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() {
|
(function() {
|
||||||
|
|
|
||||||
|
|
@ -12,8 +12,7 @@
|
||||||
},
|
},
|
||||||
|
|
||||||
"permissions": [
|
"permissions": [
|
||||||
"activeTab",
|
"activeTab"
|
||||||
"https://fairlanguage2.dev-star.de/*"
|
|
||||||
],
|
],
|
||||||
|
|
||||||
"browser_action": {
|
"browser_action": {
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,7 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<title>Test action</title>
|
||||||
<title>Fairlanguage</title>
|
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue