1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2025-01-31 04:13:49 +01:00

inline-expanding-filename.js: onReady

This commit is contained in:
Zankaria 2024-08-05 19:13:29 +02:00
parent 5306f1d1f9
commit 41f9aed606

View File

@ -13,7 +13,7 @@
*
*/
onready(function() {
onReady(function() {
let inlineExpandingFilename = function() {
$(this).find(".fileinfo > a").click(function() {
let imagelink = $(this).parent().parent().find('a[target="_blank"]:first');