fetch the data with dialog

This commit is contained in:
cutls
2021-04-18 19:11:39 +09:00
parent 5de0ede4e1
commit 8acf86d9cb
10 changed files with 46 additions and 41 deletions

View File

@@ -659,8 +659,6 @@ function removeColumn(tlid) {
$('#timeline_box_' + tlid + '_parentBox').remove()
}
}
$('#sort-box').removeClass('hide')
$('#sort-box').addClass('show')
})
}