sort hidden
This commit is contained in:
		@@ -642,8 +642,6 @@ function addselCk() {
 | 
			
		||||
}
 | 
			
		||||
//カラム削除
 | 
			
		||||
function removeColumn(tlid) {
 | 
			
		||||
	$('#sort-box').addClass('hide')
 | 
			
		||||
	$('#sort-box').removeClass('show')
 | 
			
		||||
	Swal.fire({
 | 
			
		||||
		title: lang.lang_layout_deleteColumn,
 | 
			
		||||
		text: lang.lang_layout_deleteColumnDesc,
 | 
			
		||||
 
 | 
			
		||||
@@ -60,11 +60,10 @@ function goTop(id) {
 | 
			
		||||
	$('#timeline_box_' + id + '_box .tl-box').animate({ scrollTop: 0 })
 | 
			
		||||
}
 | 
			
		||||
function goColumn(key) {
 | 
			
		||||
	$('#sort-box').addClass('hide')
 | 
			
		||||
	$('#sort-box').removeClass('show')
 | 
			
		||||
	if ($('[tlid=' + key + ']').length) {
 | 
			
		||||
		$('#timeline-container').animate({
 | 
			
		||||
			scrollLeft: $('#timeline-container').scrollLeft() + $('[tlid=' + key + ']').offset().left
 | 
			
		||||
		})
 | 
			
		||||
	}
 | 
			
		||||
	sortLoad()
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user