mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-02-10 16:01:33 +00:00
debug cookie offsets in main init()
This commit is contained in:
@@ -473,6 +473,8 @@ function init_second_stage() {
|
|||||||
ver_offset = parseInt(getCookie("ttrss_offset_ver"));
|
ver_offset = parseInt(getCookie("ttrss_offset_ver"));
|
||||||
hor_offset = parseInt(getCookie("ttrss_offset_hor"));
|
hor_offset = parseInt(getCookie("ttrss_offset_hor"));
|
||||||
|
|
||||||
|
debug("got offsets from cookies: ver " + ver_offset + " hor " + hor_offset);
|
||||||
|
|
||||||
/* fuck IE */
|
/* fuck IE */
|
||||||
|
|
||||||
if (isNaN(hor_offset)) hor_offset = 0;
|
if (isNaN(hor_offset)) hor_offset = 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user