Remove ULSMobileWebfontsEnabled
To my knowledge never used since it was added in in 2013 with
commit fd885d9881.
Bug: T332837
Change-Id: Ia9ecb3e4dd47b8ce4dfaaa489a1ec5a71c378492
This commit is contained in:
committed by
jenkins-bot
parent
0c3080135f
commit
7d20f15b17
@@ -21,7 +21,6 @@
|
||||
},
|
||||
"Hooks": {
|
||||
"BeforePageDisplay": "main",
|
||||
"EnterMobileMode": "main",
|
||||
"GetBetaFeaturePreferences": "main",
|
||||
"GetPreferences": "main",
|
||||
"MakeGlobalVariablesScript": "main",
|
||||
@@ -99,10 +98,6 @@
|
||||
"description": "Enable the webfonts feature for all users by default. Can be controlled by the user. @since 2014.02",
|
||||
"value": true
|
||||
},
|
||||
"ULSMobileWebfontsEnabled": {
|
||||
"description": "Set whether webfont support is loaded within the mobile interface (via the MobileFrontend extension).",
|
||||
"value": false
|
||||
},
|
||||
"ULSPosition": {
|
||||
"description": "The location and the form of the language selection trigger. The possible values are: (a) \"personal\"- as a link near the username or the log in link in the personal toolbar (default). (b) \"interlanguage\": as an icon near the header of the list of interlanguage links in the sidebar.",
|
||||
"value": "personal"
|
||||
@@ -377,15 +372,6 @@
|
||||
"jquery.client"
|
||||
]
|
||||
},
|
||||
"ext.uls.webfonts.mobile": {
|
||||
"scripts": "js/ext.uls.webfonts.mobile.js",
|
||||
"targets": [
|
||||
"mobile"
|
||||
],
|
||||
"dependencies": [
|
||||
"ext.uls.webfonts.repository"
|
||||
]
|
||||
},
|
||||
"ext.uls.webfonts.repository": {
|
||||
"scripts": [
|
||||
"../lib/jquery.webfonts/src/jquery.webfonts.js",
|
||||
|
||||
Reference in New Issue
Block a user