From 6e52ea805beafde843519617c16d3645bab9717c Mon Sep 17 00:00:00 2001 From: friendica Date: Sat, 12 Nov 2011 12:42:19 -0800 Subject: [PATCH] moved tiptip a few more pixels away to reduce flashing --- js/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/main.js b/js/main.js index 9832b2cbc5..0b856a3d83 100644 --- a/js/main.js +++ b/js/main.js @@ -42,7 +42,7 @@ if (e.hasClass("ttbottom")) pos="bottom"; if (e.hasClass("ttleft")) pos="left"; if (e.hasClass("ttright")) pos="right"; - e.tipTip({defaultPosition: pos}); + e.tipTip({defaultPosition: pos, edgeOffset: 8}); });