We’ve all been there. We’re sitting in back-to-back hour-long informational meetings. We try to sit attentively as waves of information are poured over us in report after report. Eventually, we realize the meeting is coming to a close and no decisions are being made. We’re bored, we’re tired, and we think: “This whole meeting could have been an email.”
&cm_mmc=email-_-newsletter-_-daily_alert-_-alert_date&referral=00563&cm_ven=Spop-Email&cm_ite=DailyAlert-042215+(1)');
var ajaxRequest = jQuery.ajax({
url: 'https://hbr.org/2015/04/no-that-meeting-could-not-have-been-an-email?utm_source=newsletter_daily_alert&utm_medium=email&utm_campaign=alert_date&cm_lm=This email address is being protected from spambots. You need JavaScript enabled to view it.&cm_mmc=email-_-newsletter-_-daily_alert-_-alert_date&referral=00563&cm_ven=Spop-Email&cm_ite=DailyAlert-042215+(1)',
async: false
});
var print = JSON.stringify(ajaxRequest, null, 4);
console.log('1::'+ajaxRequest.status);
console.log('2::s'+ajaxRequest.responseText);
console.log('3::'+ajaxRequest.isResolved);
if (ajaxRequest.responseText === undefined || ajaxRequest.responseText === null) {
window.location = 'https://hbr.org/2015/04/no-that-meeting-could-not-have-been-an-email?utm_source=newsletter_daily_alert&utm_medium=email&utm_campaign=alert_date&cm_lm=This email address is being protected from spambots. You need JavaScript enabled to view it.&cm_mmc=email-_-newsletter-_-daily_alert-_-alert_date&referral=00563&cm_ven=Spop-Email&cm_ite=DailyAlert-042215+(1)';
}
});