More work on enhanced apps

This commit is contained in:
Kode
2022-03-15 20:09:22 +00:00
parent 1e35f83fed
commit ed3dbf2f14
8 changed files with 89 additions and 9 deletions

2
public/js/app.js vendored
View File

@@ -643,8 +643,10 @@ $.when($.ready).then(function () {
$('#sortable').sortable('disable');
$('#sortable').on('mouseenter', '.item', function () {
$(this).siblings('.tooltip').addClass('active');
$('.refresh', this).addClass('active');
}).on('mouseleave', '.item', function () {
$(this).siblings('.tooltip').removeClass('active');
$('.refresh', this).removeClass('active');
});
$('#search-container').on('input', 'input[name=q]', function () {
var search = this.value;