mirror of
https://github.com/wekan/wekan.git
synced 2025-12-28 21:28:49 +01:00
Set IE compatibility mode to Edge to so that
Wekan board loads correctly.
This commit is contained in:
parent
42bdc0e101
commit
862ce27eb9
2 changed files with 16 additions and 0 deletions
15
CHANGELOG.md
15
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
|
# v0.13 2017-03-12 Wekan release
|
||||||
|
|
||||||
Known bugs:
|
Known bugs:
|
||||||
|
|
|
||||||
|
|
@ -2,6 +2,7 @@ head
|
||||||
title Wekan
|
title Wekan
|
||||||
meta(name="viewport"
|
meta(name="viewport"
|
||||||
content="maximum-scale=1.0,width=device-width,initial-scale=1.0,user-scalable=0")
|
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
|
//- 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
|
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
|
difficult to do that cleanly with Blaze -- at least without adding extra
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue