diff options
author | Hendrik Leppelsack <hendrik@leppelsack.de> | 2015-07-27 15:56:03 +0200 |
---|---|---|
committer | Hendrik Leppelsack <hendrik@leppelsack.de> | 2015-07-27 15:56:03 +0200 |
commit | f67477206be71960a14486e85c58be028d3f4219 (patch) | |
tree | 90d515f75682921a6923758b862f2c7527507777 /core/js/js.js | |
parent | 5b21ed805ce0525f24ffffd173f1f465cd6b13aa (diff) | |
download | nextcloud-server-f67477206be71960a14486e85c58be028d3f4219.tar.gz nextcloud-server-f67477206be71960a14486e85c58be028d3f4219.zip |
fixed tooltip for modified date
Diffstat (limited to 'core/js/js.js')
-rw-r--r-- | core/js/js.js | 1 |
1 files changed, 0 insertions, 1 deletions
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}); |