idk what this does but works
This commit is contained in:
parent
e5a4394e9f
commit
001e20c302
|
|
@ -1,5 +1,5 @@
|
||||||
runAfterLoad(function() {
|
runAfterLoad(function() {
|
||||||
if (settings.invertscroll === undefined && navigator.platform.toUpperCase().indexOf('MAC')>=0) {
|
if (navigator.platform.toUpperCase().indexOf('MAC')>=0) {
|
||||||
settings.invertscroll = false;
|
settings.invertscroll = false;
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue