From 02be60aab6b013f30dcdb66e0ff2d125ba12ccb0 Mon Sep 17 00:00:00 2001 From: Thomas Steur <tsteur@users.noreply.github.com> Date: Tue, 30 Aug 2016 20:22:04 +1200 Subject: [PATCH] fix typo --- plugins/CoreHome/javascripts/dataTable.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/CoreHome/javascripts/dataTable.js b/plugins/CoreHome/javascripts/dataTable.js index e1a0693d8c..edc022f7a4 100644 --- a/plugins/CoreHome/javascripts/dataTable.js +++ b/plugins/CoreHome/javascripts/dataTable.js @@ -1662,7 +1662,7 @@ $.extend(DataTable.prototype, UIControl.prototype, { $('th:has(.columnDocumentation)', domElem).each(function () { var th = $(this); var tooltip = th.find('.columnDocumentation'); - + tooltip.next().hover(function () { var left = (-1 * tooltip.outerWidth() / 2) + th.width() / 2; var top = -1 * (tooltip.outerHeight() + 10); -- GitLab