New notification page..
This commit is contained in:
@ -124,6 +124,12 @@
|
||||
}
|
||||
})
|
||||
})();
|
||||
|
||||
$(document).ready(function () {
|
||||
if ($("[data-toggle=tooltip]").length) {
|
||||
$("[data-toggle=tooltip]").tooltip();
|
||||
}
|
||||
});
|
||||
</script>
|
||||
|
||||
@stack('body_css')
|
||||
|
Reference in New Issue
Block a user