Merge "Enable WikiEditor toolbar on iOS"

This commit is contained in:
jenkins-bot 2014-06-03 18:59:58 +00:00 committed by Gerrit Code Review
commit 388482c0b8

View file

@ -55,8 +55,8 @@ $.wikiEditor = {
chrome: [['>=', 3]],
netscape: [['>=', 9]],
blackberry: false,
ipod: false,
iphone: false
ipod: [['>=', 6]],
iphone: [['>=', 6]]
},
// Right-to-left languages
rtl: {
@ -71,8 +71,8 @@ $.wikiEditor = {
chrome: [['>=', 3]],
netscape: [['>=', 9]],
blackberry: false,
ipod: false,
iphone: false
ipod: [['>=', 6]],
iphone: [['>=', 6]]
}
},