X-Git-Url: https://git.exim.org/exim-website.git/blobdiff_plain/212d5d17fd4be13e5b15ac5f97119769bca61630..f5ff76932a8ac29d0b0c9224349ef6f527c477a2:/templates/web/doc/chapter.js diff --git a/templates/web/doc/chapter.js b/templates/web/doc/chapter.js index 1e81a84..988bf6a 100644 --- a/templates/web/doc/chapter.js +++ b/templates/web/doc/chapter.js @@ -47,7 +47,7 @@ $ul.removeClass('hidden').css('visibility', 'hidden').appendTo('#toc').css('left', '-' + $ul.width() + 'px').css('visibility', 'visible'); $('#toc > img').mousedown(click_func); $('#toc > ul').click(click_func); - $('#toc a').click(function (e) { + $('#toc, #toc a').click(function (e) { e.stopPropagation() }); });