From 9f374e1385192aa94b4587f2379816706302bfbf Mon Sep 17 00:00:00 2001 From: Benjamin Barenblat Date: Sun, 30 Oct 2016 14:20:13 -0400 Subject: Get rid of X-UA-Compatible header, as it’s not really relevant anymore MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.ur | 1 - 1 file changed, 1 deletion(-) diff --git a/main.ur b/main.ur index cf2a4a5..c905dae 100644 --- a/main.ur +++ b/main.ur @@ -64,7 +64,6 @@ datatype mode = NextActions | NewNextAction val main = actionItems <- bind renderNextActions source; - setHeader (blessResponseHeader "X-UA-Compatible") "IE=edge"; mode <- source NextActions; newNextActionDescription <- Mdl.Textbox.make "Description"; return -- cgit v1.2.3