Your IP : 3.128.168.176


Current Path : /home/lentoinv/finationglobal.com/arch/testfination/assets/js/
Upload File :
Current File : /home/lentoinv/finationglobal.com/arch/testfination/assets/js/chat.js

$(function() {
	'use strict'
	const ps2 = new PerfectScrollbar('.main-chat-list', {
		useBothWheelAxes:true,
		suppressScrollX: true,
	});
	
	const ps5 = new PerfectScrollbar('#ChatBody', {
		useBothWheelAxes:true,
		suppressScrollX: true,
	});
});

?>