I think that by doing this the value of `SCROLL_DISABLE` is always true regardless of the given setting value: `var SCROLL_DISABLE = settings["scrollDisable"] || true;` Since anything in `OR` with `true` is `true`, am I right?