Commit 9e8a9f72 by Kim Eunchul

#40373 【TECSS(Biz) webviewer 1.9】ジャンルツリー(グループツリー)を右側にドラッグした際、サムネイル(リスト)の位置が変わってしまう

parent d1534249
......@@ -216,11 +216,11 @@ $(document).ready(function() {
$('#bookshelf-main').width(660);
} else {
$('.tabUnit').show();
//$('.tabUnit').resizable({
// handles: 'e',
// minWidth: 280,
// maxWidth: 560
//});
$('.tabUnit').resizable({
handles: 'e',
minWidth: 280,
maxWidth: 560
});
}
// hide tab group with user anonymous
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment