From dc050c72d9d2e2296dfba0463a8af4151d9b2ca5 Mon Sep 17 00:00:00 2001 From: guofeilong Date: Fri, 21 Apr 2023 15:34:36 +0800 Subject: [PATCH] * Code for bug #34524. --- module/doc/js/view.js | 1 + module/doc/view/content.html.php | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/module/doc/js/view.js b/module/doc/js/view.js index f3d8fdab02..747f875eb6 100644 --- a/module/doc/js/view.js +++ b/module/doc/js/view.js @@ -242,6 +242,7 @@ $(function() } $('#docExport').attr('href', createLink('doc', exportMethod, 'libID=' + libID + '&moduleID=0&docID=' + docID + '&version=' + $('#content .doc-title .version').data('version'))); if($('.files-list').length) $('#content .detail-content.article-content').css('height', 'calc(100vh - 300px)'); + adjustPageTitleWidth(); }); }) diff --git a/module/doc/view/content.html.php b/module/doc/view/content.html.php index 7a526dd8ce..29f3c942db 100644 --- a/module/doc/view/content.html.php +++ b/module/doc/view/content.html.php @@ -25,7 +25,7 @@ -