mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-24 14:34:09 +00:00
Removed XUA tag
This commit is contained in:
parent
c644b5fabb
commit
ea8f9603dc
|
@ -19,10 +19,6 @@ class SkinCitizen extends SkinTemplate {
|
|||
$out->addMeta( 'viewport',
|
||||
'width=device-width, initial-scale=1'
|
||||
);
|
||||
// Edge compatibility
|
||||
$out->addMeta( 'http:X-UA-Compatible',
|
||||
'IE=edge'
|
||||
);
|
||||
// Theme color
|
||||
$out->addMeta( 'theme-color',
|
||||
$this->getConfig()->get( 'CitizenThemeColor' )
|
||||
|
|
Loading…
Reference in a new issue