define(['jquery'],function($){'use strict';$(document).ready(function(){$('.popup-chat').click(function(e){e.preventDefault();$('.LPMcontainer.LPMoverlay').click();});});});