adding material tooltip
This commit is contained in:
parent
813a3a21be
commit
4bac3f00cb
3
resources/assets/js/site.js
vendored
3
resources/assets/js/site.js
vendored
@ -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() {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user