summaryrefslogtreecommitdiff
path: root/tt-rss.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2008-08-21 13:02:54 +0100
committerAndrew Dolgov <[email protected]>2008-08-21 13:02:54 +0100
commitfc0b87e058dffd67c5fbd2107141ab9e0848b935 (patch)
treeb52fd74253b842621103fb43b1239a106b32513a /tt-rss.js
parentd8ee4ffd98ec2a011be4bd863c3d6cf4a1a94746 (diff)
debug cookie offsets in main init()
Diffstat (limited to 'tt-rss.js')
-rw-r--r--tt-rss.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/tt-rss.js b/tt-rss.js
index 77c4730ac..495b48881 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;