(function () {
"use strict";
var chatBodyType = document.getElementById("content");
new SimpleBar(chatBodyType, { autoHide: true });
var profileDetailsMain = document.getElementById("content-1");
new SimpleBar(profileDetailsMain, { autoHide: true });
})();