adding material tooltip
This commit is contained in:
Vendored
+2
-1
@@ -11,7 +11,8 @@ $(document).ready(function(){
|
|||||||
$.get($me.data('href'),function(data){
|
$.get($me.data('href'),function(data){
|
||||||
$me.html(data);
|
$me.html(data);
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
$('.tooltipped').tooltip({delay:50});
|
||||||
});
|
});
|
||||||
|
|
||||||
$(".confirm-logout").click(function() {
|
$(".confirm-logout").click(function() {
|
||||||
|
|||||||
Reference in New Issue
Block a user