From df6a641147701aab803df8d0b4ac072595ddae75 Mon Sep 17 00:00:00 2001 From: Christian Klinger Date: Mon, 22 Aug 2016 15:06:40 +0200 Subject: removed the tooltip plugin from jquery-ui. jQuery-UI's tooltip() conflicted with the tooltip() function of bootstrap which we want to use. --- modules-available/roomplanner/js/grid.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'modules-available/roomplanner/js') diff --git a/modules-available/roomplanner/js/grid.js b/modules-available/roomplanner/js/grid.js index 1b82f772..f0c18316 100644 --- a/modules-available/roomplanner/js/grid.js +++ b/modules-available/roomplanner/js/grid.js @@ -84,9 +84,8 @@ if (!roomplanner) var roomplanner = { $(roomplanner.computerAttributes).each(function(i,key){ tip += __(key)+": "+$(el).attr(key)+"
"; }); - - $(el).attr('data-togle','tooltip'); - $(el).attr('title',tip); + + $(el).attr('title', tip); $(el).tooltip({html: true}); } }, -- cgit v1.2.3-55-g7522