summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2017-03-15 01:25:48 +0200
committerLauri Ojansivu <x@xet7.org>2017-03-15 01:25:48 +0200
commit862ce27eb935c3f1a0a0af18e484c0f18dcbef5b (patch)
tree7df084a146470f9ac49ccd9b83fddb7d7d304ccc
parent42bdc0e101eae610452593e0d5706e1bd246c085 (diff)
downloadwekan-862ce27eb935c3f1a0a0af18e484c0f18dcbef5b.tar.gz
wekan-862ce27eb935c3f1a0a0af18e484c0f18dcbef5b.tar.bz2
wekan-862ce27eb935c3f1a0a0af18e484c0f18dcbef5b.zip
Set IE compatibility mode to Edge to so that
Wekan board loads correctly.
-rw-r--r--CHANGELOG.md15
-rw-r--r--client/components/main/layouts.jade1
2 files changed, 16 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 88a6df4a..be52ae9c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,18 @@
+# v0.14 2017-03-15 Wekan release
+
+Known bugs:
+
+* https://github.com/wekan/wekan/issues/785
+* https://github.com/wekan/wekan/issues/784
+
+This release fixes the following bug:
+
+* Set IE compatibility mode to Edge to so that
+ Wekan board loads correctly.
+
+Thanks to GitHub users immertroll and REJack for
+their contributions.
+
# v0.13 2017-03-12 Wekan release
Known bugs:
diff --git a/client/components/main/layouts.jade b/client/components/main/layouts.jade
index 943ebe0f..12fac0a8 100644
--- a/client/components/main/layouts.jade
+++ b/client/components/main/layouts.jade
@@ -2,6 +2,7 @@ head
title Wekan
meta(name="viewport"
content="maximum-scale=1.0,width=device-width,initial-scale=1.0,user-scalable=0")
+ meta(http-equiv="X-UA-Compatible" content="IE=edge")
//- XXX We should use pathFor in the following `href` to support the case
where the application is deployed with a path prefix, but it seems to be
difficult to do that cleanly with Blaze -- at least without adding extra