mirror of
https://github.com/overte-org/overte.git
synced 2025-04-08 05:52:38 +02:00
== to ===
This commit is contained in:
parent
d8ba64785f
commit
eaa6151ff3
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@
|
|||
}
|
||||
|
||||
var responsiveDisabled = JSON.parse(localStorage.getItem('responsiveDisabled'));
|
||||
if (responsiveDisabled == null) {
|
||||
if (responsiveDisabled === null) {
|
||||
localStorage.setItem('responsiveDisabled', JSON.stringify(true));
|
||||
} else {
|
||||
var responsiveSheet = document.querySelector('[href="styles/responsive.css"]');
|
||||
|
|
Loading…
Reference in a new issue