summaryrefslogtreecommitdiffstats
path: root/core/js/js.js
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2014-06-03 15:04:30 +0200
committerThomas Müller <thomas.mueller@tmit.eu>2014-06-03 15:04:30 +0200
commit79b3558c6d6f76095a04bb32bed05dbb5493ca91 (patch)
tree2a31a2f700ef6171ad0d8b2fc3ec1c3b4060a523 /core/js/js.js
parent2b1a7a76c37239c4f515f701a686889a359f4567 (diff)
parent39982c2aea841658bd6dbc67db50b568a32c8608 (diff)
downloadnextcloud-server-79b3558c6d6f76095a04bb32bed05dbb5493ca91.tar.gz
nextcloud-server-79b3558c6d6f76095a04bb32bed05dbb5493ca91.zip
Merge pull request #7151 from owncloud/user-jquery
Continuing the New User management
Diffstat (limited to 'core/js/js.js')
-rw-r--r--core/js/js.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/js/js.js b/core/js/js.js
index 7de4d078f3e..1c4fb98c60c 100644
--- a/core/js/js.js
+++ b/core/js/js.js
@@ -1092,6 +1092,7 @@ function initCore() {
$('a.action.delete').tipsy({gravity:'e', fade:true, live:true});
$('a.action').tipsy({gravity:'s', fade:true, live:true});
$('td .modified').tipsy({gravity:'s', fade:true, live:true});
+ $('td.lastLogin').tipsy({gravity:'s', fade:true, html:true});
$('input').tipsy({gravity:'w', fade:true});
// toggle for menus