console.js 149 Bytes
/** 信使操作 */

$('.portlet-fullscreen').on('click', '.log-item-handle a.log-close', function(){
	$(this).parents('.log-item').remove();
});