From c38bdf3ac397d515faada5248889a634c97e414d Mon Sep 17 00:00:00 2001 From: zhoupzh Date: Wed, 8 Sep 2021 15:23:09 +0800 Subject: [PATCH] fix preview label color --- public/self/dataset_preview.js | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/public/self/dataset_preview.js b/public/self/dataset_preview.js index 27c514428..af6997e0b 100644 --- a/public/self/dataset_preview.js +++ b/public/self/dataset_preview.js @@ -432,14 +432,17 @@ function getCanvasLocationY(num){ function page(current,pageSize){ list(current,pageSize); - getLabelInfo(dataset_id); - showlabelflist(); showfilelist(); breadFiles(); loadimg(); setPage(tablePageData,pageSize); } + +getLabelInfo(dataset_id); +showlabelflist(); + + function nextPage(){ var current = $('#displayPage1').text();