From bb4a7b414618d7f9a02647fb3f8b09b317afeef6 Mon Sep 17 00:00:00 2001 From: Trevor Parscal Date: Fri, 3 Dec 2010 01:06:35 +0000 Subject: [PATCH] Using 100% opacity as default --- resources/jquery.tipsy/jquery.tipsy.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/jquery.tipsy/jquery.tipsy.js b/resources/jquery.tipsy/jquery.tipsy.js index 0f93809735..e098722426 100644 --- a/resources/jquery.tipsy/jquery.tipsy.js +++ b/resources/jquery.tipsy/jquery.tipsy.js @@ -174,7 +174,7 @@ html: false, live: false, offset: 0, - opacity: 0.8, + opacity: 1.0, title: 'title', trigger: 'hover' }; -- 2.20.1