mirror of
https://gitlab.com/MrFry/moodle-test-userscript
synced 2025-04-01 20:22:48 +02:00
HTTPS server update
This commit is contained in:
parent
c832b75e60
commit
b40d6b61b9
1 changed files with 1 additions and 3 deletions
4
main.js
4
main.js
|
@ -23,7 +23,7 @@
|
|||
var data; // all data, which is in the resource txt
|
||||
var addEventListener; // add event listener function
|
||||
var lastChangeLog = '- Kérdések adatstruktúra változtatás. Ha jól csináltam, akkor semmit se kellene észrevenni. \n Ha nem, akkor weboldalon lehet hibát jelezni!';
|
||||
var serverAdress = "http://questionmining.tk/";
|
||||
var serverAdress = "https://questionmining.tk/";
|
||||
|
||||
// forcing pages for testing. unless you test, do not set these to true!
|
||||
// only one of these should be true for testing
|
||||
|
@ -1960,8 +1960,6 @@ function NormalizeSpaces(input) {
|
|||
}
|
||||
|
||||
function SendXHRMessage(message) {
|
||||
console.log("HAAAAAAAAAAAAAAAAAAAAAAAAAAA");
|
||||
|
||||
var url = serverAdress + "isAdding";
|
||||
GM_xmlhttpRequest({
|
||||
method: "POST",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue