1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2025-02-22 13:30:02 +01:00

show-backlinks.js: onReady

This commit is contained in:
Zankaria 2024-08-05 18:36:51 +02:00
parent fa341b29d0
commit a018772267

View File

@ -12,7 +12,7 @@
* *
*/ */
onready(function() { onReady(function() {
if (device_type == 'mobile') { if (device_type == 'mobile') {
let fix_spoilers = function(where) { let fix_spoilers = function(where) {
let spoilers = where.getElementsByClassName('spoiler'); let spoilers = where.getElementsByClassName('spoiler');