UserPanel

This commit is contained in:
mmrbnjd
2024-04-22 23:32:39 +03:30
parent f4668f8f4d
commit fd13de3e1d
290 changed files with 41568 additions and 2 deletions

View File

@@ -0,0 +1,3 @@
"use strict";
! function() { const t = [].slice.call(document.querySelectorAll('[data-bs-toggle="popover"]'));
t.map(function(t) { return new bootstrap.Popover(t, { html: !0, sanitize: !1 }) }) }();