adding material tooltip

This commit is contained in:
TLRZ Seyfferth 2017-09-14 09:47:55 +02:00
parent 813a3a21be
commit 4bac3f00cb

View File

@ -12,6 +12,7 @@ $(document).ready(function(){
$me.html(data); $me.html(data);
}); });
}); });
$('.tooltipped').tooltip({delay:50});
}); });
$(".confirm-logout").click(function() { $(".confirm-logout").click(function() {