2
0

init wiki

This commit is contained in:
Cedric Hoelzl 2019-10-15 20:55:23 +02:00
parent 2799026309
commit 9c0c601e99

View File

@ -32,7 +32,7 @@ var verify_word = function verify_word(word) {
"utf8": "", "utf8": "",
"srprop": "", "srprop": "",
"srsearch": word, "srsearch": word,
// "srwhat": "nearmatch" "srwhat": "nearmatch"
}); });
req.end(function (res) { req.end(function (res) {
if (res.error) reject(res.error); if (res.error) reject(res.error);
@ -145,6 +145,3 @@ var wiki = function () {
module.exports = wiki; module.exports = wiki;