0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2024-06-07 13:09:12 +02:00
This commit is contained in:
Lunny Xiao 2024-04-25 11:53:46 +08:00
parent ad1095a5ec
commit 50a573f753
No known key found for this signature in database
GPG key ID: C3B7C91B632F738A

View file

@ -2,7 +2,6 @@ import $ from 'jquery';
import {contrastColor} from '../utils/color.js';
import {createSortable} from '../modules/sortable.js';
import {POST, DELETE, PUT} from '../modules/fetch.js';
import tinycolor from 'tinycolor2';
function updateIssueCount(cards) {
const parent = cards.parentElement;