now it should work?
Signed-off-by: Victor Seiji Hariki <victorseijih@gmail.com>
This commit is contained in:
parent
b1a42c4cd7
commit
cb6d9ac7d8
1 changed files with 1 additions and 1 deletions
|
@ -911,7 +911,7 @@ function loadSettings() {
|
||||||
);
|
);
|
||||||
var _sync_cursor_size = Boolean(
|
var _sync_cursor_size = Boolean(
|
||||||
localStorage.getItem("sync_cursor_size") == (null || "true")
|
localStorage.getItem("sync_cursor_size") == (null || "true")
|
||||||
? false
|
? true
|
||||||
: localStorage.getItem("sync_cursor_size")
|
: localStorage.getItem("sync_cursor_size")
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue