From 41e3d30efa48a8563dcdfec523c73a5e1e7fb717 Mon Sep 17 00:00:00 2001 From: guofeilong Date: Thu, 23 Mar 2023 13:19:57 +0800 Subject: [PATCH] * Adjust code . --- module/doc/js/tablecontents.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/doc/js/tablecontents.js b/module/doc/js/tablecontents.js index 8428b4c6e5..bb3d71b292 100644 --- a/module/doc/js/tablecontents.js +++ b/module/doc/js/tablecontents.js @@ -213,7 +213,7 @@ $(function() $rootDom.addClass('open in has-list'); $input += $('[data-id=ulTreeModal]').html(); } - $rootDom.preppend($input); + $rootDom.prepend($input); $rootDom.find('input').focus(); break; case 'addCata' :