mirror of
https://github.com/myvesta/vesta
synced 2025-08-21 13:54:28 -07:00
commercial plugins
This commit is contained in:
parent
4cf6641d0f
commit
88149f94d5
29 changed files with 458 additions and 51 deletions
|
@ -424,12 +424,19 @@
|
|||
}
|
||||
}
|
||||
});
|
||||
|
||||
$('table').on('mousedown', 'td', function(e) {
|
||||
if (e.ctrlKey) {
|
||||
e.preventDefault();
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
$(document).click(function(evt){
|
||||
//close notification popup
|
||||
$('.notification-container').hide();
|
||||
$('.l-profile__notifications').removeClass('active');
|
||||
});
|
||||
});
|
||||
</script>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue