expand.js: format exposed function

This commit is contained in:
Zankaria 2024-08-29 18:08:00 +02:00
parent 29cfbfc779
commit c45774c588
2 changed files with 2 additions and 2 deletions

View file

@ -85,7 +85,7 @@ if (active_page == 'index' && (""+document.location).match(/\/(index\.html)?(\?|
if ($(th).find(".new-posts").html() != msg) {
$(th).find(".new-posts").html(msg);
$(th).find(".new-posts a").click(window.expand_fun);
$(th).find(".new-posts a").click(window.expandFun);
}
};