Fix: Double slash problem on card pop-ups. Closes #785

This commit is contained in:
Lauri Ojansivu 2017-03-24 20:59:29 +02:00
parent a9059201a7
commit 2031d107c4
2 changed files with 3 additions and 2 deletions

2
.gitmodules vendored
View file

@ -1,3 +1,3 @@
[submodule "packages/kadira:flow-router"] [submodule "packages/kadira:flow-router"]
path = packages/kadira:flow-router path = packages/kadira:flow-router
url = https://github.com/Serubin/flow-router.git url = https://github.com/wekan/flow-router.git

View file

@ -7,10 +7,11 @@ Known bugs:
This release fixes the following bugs: This release fixes the following bugs:
* Double slash problem on card pop-ups;
* No need for Array.prototype if using rest operator; * No need for Array.prototype if using rest operator;
* Fix default font so Chinese is shown correctly. * Fix default font so Chinese is shown correctly.
Thanks to GitHub users mo-han and vuxor for Thanks to GitHub users mo-han, Serubin and vuxor for
their contributions. their contributions.
# v0.16 2017-03-15 Wekan release # v0.16 2017-03-15 Wekan release