]> git.wh0rd.org - tt-rss.git/commitdiff
debug cookie offsets in main init()
authorAndrew Dolgov <fox@bah.spb.su>
Thu, 21 Aug 2008 12:02:54 +0000 (13:02 +0100)
committerAndrew Dolgov <fox@bah.spb.su>
Thu, 21 Aug 2008 12:02:54 +0000 (13:02 +0100)
tt-rss.js

index 77c4730ac53d55224d8c8fc83eb3c0df39b42f73..495b488812a6622562ccb54222b1678f1860e42a 100644 (file)
--- 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;