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 @@
"use strict";document.addEventListener("DOMContentLoaded",function(){var e,t,l;e=document.getElementById("vertical-example"),t=document.getElementById("horizontal-example"),l=document.getElementById("both-scrollbars-example"),e&&new PerfectScrollbar(e,{wheelPropagation:!1}),t&&new PerfectScrollbar(t,{wheelPropagation:!1,suppressScrollY:!0}),l&&new PerfectScrollbar(l,{wheelPropagation:!1})});