| DIR: /home/u358511784/domains/admin.texindcolors.com/public_html/public/js/ |
| Current File : /home/u358511784/domains/admin.texindcolors.com/public_html/public/js/p-scroll.js |
(function($) {
"use strict";
//P-scrolling
const ps2 = new PerfectScrollbar('.chat-scroll', {
useBothWheelAxes:true,
suppressScrollX:true,
});
const ps3 = new PerfectScrollbar('.Notification-scroll', {
useBothWheelAxes:true,
suppressScrollX:true,
});
})(jQuery); |