From d9a333a69f453c3c5441a59dced905059ca57030 Mon Sep 17 00:00:00 2001 From: Zankaria Date: Mon, 5 Aug 2024 19:15:42 +0200 Subject: [PATCH] expand-all-images.js: onReady --- js/expand-all-images.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/expand-all-images.js b/js/expand-all-images.js index 6f446af6..e313f9bd 100644 --- a/js/expand-all-images.js +++ b/js/expand-all-images.js @@ -17,7 +17,7 @@ */ if (active_page == 'ukko' || active_page == 'thread' || active_page == 'index') { - onready(function() { + onReady(function() { $('hr:first').before('
'); $('div#expand-all-images a') .text(_('Expand all images'))