From f67477206be71960a14486e85c58be028d3f4219 Mon Sep 17 00:00:00 2001 From: Hendrik Leppelsack Date: Mon, 27 Jul 2015 15:56:03 +0200 Subject: fixed tooltip for modified date --- core/js/js.js | 1 - 1 file changed, 1 deletion(-) (limited to 'core/js') diff --git a/core/js/js.js b/core/js/js.js index 2cc50dfb198..4082604b7eb 100644 --- a/core/js/js.js +++ b/core/js/js.js @@ -1245,7 +1245,6 @@ function initCore() { $('.selectedActions a').tipsy({gravity:'s', live:true}); $('a.action.delete').tipsy({gravity:'e', live:true}); $('a.action').tipsy({gravity:'s', live:true}); - $('td .modified').tipsy({gravity:'s', live:true}); $('td.lastLogin').tipsy({gravity:'s', html:true}); $('input').tipsy({gravity:'w'}); $('.extra-data').tipsy({gravity:'w', live:true}); -- cgit v1.2.3