From: Andrew Dolgov Date: Thu, 21 Aug 2008 12:02:54 +0000 (+0100) Subject: debug cookie offsets in main init() X-Git-Tag: 1.2.27~40 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=fc0b87e058dffd67c5fbd2107141ab9e0848b935;p=tt-rss.git debug cookie offsets in main init() --- diff --git a/tt-rss.js b/tt-rss.js index 77c4730a..495b4888 100644 --- a/tt-rss.js +++ b/tt-rss.js @@ -473,6 +473,8 @@ function init_second_stage() { ver_offset = parseInt(getCookie("ttrss_offset_ver")); hor_offset = parseInt(getCookie("ttrss_offset_hor")); + debug("got offsets from cookies: ver " + ver_offset + " hor " + hor_offset); + /* fuck IE */ if (isNaN(hor_offset)) hor_offset = 0;