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:
parent
fa341b29d0
commit
a018772267
@ -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');
|
||||||
|
Loading…
x
Reference in New Issue
Block a user