Add: plugin system[WIP]

This commit is contained in:
cutls
2020-11-28 05:57:11 +09:00
parent 8873af4597
commit 7169f1147b
15 changed files with 1407 additions and 96 deletions

View File

@@ -101,7 +101,6 @@ if (location.search) {
$('.mini-btn').text('expand_less')
}
}
window.onload = function () { initPostbox(); connection() }
function initPostbox() {
$('#posttgl').click(function (e) {
if (!$('#post-box').hasClass('appear')) {