* Fix locate bug.

This commit is contained in:
孙广明
2022-01-17 10:20:06 +08:00
parent a5459c40ed
commit 5f58ada861

View File

@@ -3,7 +3,7 @@ $('#cards').on('click', '.panel', function(e)
{
if(!$(e.target).closest('.kanban-actions').length)
{
window.location.href = $(this).data('url');
$.apps.open($(this).data('url'));
}
});