Commit 40bb0e61 by Masaru Abe

#14290 パフォーマンス改善

parent b8724ba1
...@@ -2956,7 +2956,7 @@ function syncMarkingContent() { ...@@ -2956,7 +2956,7 @@ function syncMarkingContent() {
function syncContentData() { function syncContentData() {
if (ClientData.common_contentDataChkFlg() == 'true') { if (ClientData.common_contentDataChkFlg() == 'true') {
syncReadingContent(); //syncReadingContent(); //#14290 履歴画面でも取得するので省略
syncBookmarkContent(); syncBookmarkContent();
syncMemoContent(); syncMemoContent();
syncMarkingContent(); syncMarkingContent();
......
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