diff --git a/js/expand.js b/js/expand.js index 16535cd2..8727ea91 100644 --- a/js/expand.js +++ b/js/expand.js @@ -21,7 +21,7 @@ $(document).ready(function() { let doExpand = function() { $(this) .html($(this).text().concat(' ' + _('Click to expand') + '.')) - .find('a').click(window.expand_fun = function() { + .find('a').click(window.expandFun = function() { let thread = $(this).parents('[id^="thread_"]'); $.ajax({ url: thread.find('p.intro a.post_no:first').attr('href'),