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