May 17, 2016 by dmh Noticed some Javascript was breaking only in IE. Must have forgotten: Instead of string.includes use string.indexOf(‘x’)>-1. Or better yet add the polyfill noted on the MDN String.prototype.includes() page!