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' :