|
@@ -366,9 +366,9 @@
|
|
|
<!-- notifiche -->
|
|
<!-- notifiche -->
|
|
|
<div class="user--profile_menu d-none">
|
|
<div class="user--profile_menu d-none">
|
|
|
<ul class="user--boxlist">
|
|
<ul class="user--boxlist">
|
|
|
- <!--<li class="user--boxlist_item">
|
|
|
|
|
|
|
+ <li class="user--boxlist_item">
|
|
|
<a href="/profile">Profilo</a>
|
|
<a href="/profile">Profilo</a>
|
|
|
- </li>-->
|
|
|
|
|
|
|
+ </li>
|
|
|
<li class="user--boxlist_item">
|
|
<li class="user--boxlist_item">
|
|
|
<a href="/logout">Logout</a>
|
|
<a href="/logout">Logout</a>
|
|
|
</li>
|
|
</li>
|
|
@@ -405,7 +405,7 @@
|
|
|
$(document).ready(function() {
|
|
$(document).ready(function() {
|
|
|
$(document).on("click",`[data-bs-trigger='hover focus']`,function() {
|
|
$(document).on("click",`[data-bs-trigger='hover focus']`,function() {
|
|
|
$(".bs-popover-auto").css('display','none')
|
|
$(".bs-popover-auto").css('display','none')
|
|
|
- $(this).popover('hide');
|
|
|
|
|
|
|
+ $(this).popover('hide');
|
|
|
});
|
|
});
|
|
|
});
|
|
});
|
|
|
function newexportaction(e, dt, button, config) {
|
|
function newexportaction(e, dt, button, config) {
|