Merge "mediawiki.searchSuggest: Blacklist Konqueror < 4.11"
This commit is contained in:
commit
6134bd4cd7
1 changed files with 2 additions and 0 deletions
|
|
@ -18,6 +18,8 @@
|
|||
map = {
|
||||
// SimpleSearch is broken in Opera < 9.6
|
||||
opera: [['>=', 9.6]],
|
||||
// Older Konquerors are unable to position the suggestions correctly (bug 50805)
|
||||
konqueror: [['>=', '4.11']],
|
||||
docomo: false,
|
||||
blackberry: false,
|
||||
ipod: false,
|
||||
|
|
|
|||
Loading…
Reference in a new issue