mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
use original lookup word in wikipedia lookup
This commit is contained in:
@@ -44,7 +44,7 @@ function ReaderWikipedia:onLookupWikipedia(word, box)
|
||||
table.insert(results, result)
|
||||
end
|
||||
DEBUG("lookup result:", word, results)
|
||||
self:showDict(results, box)
|
||||
self:showDict(word, results, box)
|
||||
else
|
||||
DEBUG("error:", pages)
|
||||
-- dummy results
|
||||
@@ -56,7 +56,7 @@ function ReaderWikipedia:onLookupWikipedia(word, box)
|
||||
}
|
||||
}
|
||||
DEBUG("dummy result table:", word, results)
|
||||
self:showDict(results, box)
|
||||
self:showDict(word, results, box)
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user