1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2025-02-20 20:51:50 +01:00

style-select.js: onReply

This commit is contained in:
Zankaria 2024-08-05 18:48:04 +02:00
parent 902c558237
commit b822a76b23

View File

@ -14,7 +14,7 @@
*
*/
onready(function() {
onReady(function() {
let stylesDiv = $('div.styles');
let stylesSelect = $('<select></select>');