mirror of
https://github.com/wekan/wekan.git
synced 2025-09-22 01:50:48 +02:00
Fix: Double slash problem on card pop-ups. Closes #785
This commit is contained in:
parent
a9059201a7
commit
2031d107c4
2 changed files with 3 additions and 2 deletions
2
.gitmodules
vendored
2
.gitmodules
vendored
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue