[Pkg-owncloud-commits] [owncloud] 103/129: append tipsys to body

David Prévot taffit at moszumanska.debian.org
Thu Nov 5 01:04:28 UTC 2015


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch stable8
in repository owncloud.

commit cbcdcda436765c9e300545a111a326e3f8894281
Author: Hendrik Leppelsack <hendrik at leppelsack.de>
Date:   Tue Oct 27 11:22:41 2015 +0100

    append tipsys to body
---
 core/js/js.js | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/core/js/js.js b/core/js/js.js
index 00a775b..b83b738 100644
--- a/core/js/js.js
+++ b/core/js/js.js
@@ -1989,7 +1989,8 @@ jQuery.fn.tipsy = function(argument) {
 			placement: 'bottom',
 			delay: { 'show': 0, 'hide': 0},
 			trigger: 'hover',
-			html: false
+			html: false,
+			container: 'body'
 		};
 		if(argument.gravity) {
 			switch(argument.gravity) {

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git



More information about the Pkg-owncloud-commits mailing list