修改BUG:点击清除某个缓存后tipso依然存在
This commit is contained in:
parent
a3b2129429
commit
bb47d57f87
|
@ -147,7 +147,7 @@
|
|||
$('#clearCache').tipso({ width: 180, position: 'left' });
|
||||
}
|
||||
$sortable.on('click', '.btn', function () {
|
||||
console.log($(this).attr('data-key'));
|
||||
if ($(this).hasClass('tipso_style')) $(this).tipso('hide').tipso('destroy');
|
||||
listCache({ key: $(this).attr('data-key'), url: $(this).attr('data-url') });
|
||||
listCacheUrl();
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue