Your IP : 52.15.92.58


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,
	});
});

?>