summaryrefslogtreecommitdiffstats
path: root/client/components/lists
diff options
context:
space:
mode:
authorMaxime Quandalle <maxime@quandalle.com>2015-08-28 09:50:41 +0200
committerMaxime Quandalle <maxime@quandalle.com>2015-08-28 09:52:20 +0200
commit84f49fa7a11065f6ca21057d532011e2f4d51300 (patch)
tree5b89f799cf4ecd06fa30161128f33685e3d8c1a1 /client/components/lists
parent691c3aff684e945add6a4c1a119094e77fa32e6c (diff)
downloadwekan-84f49fa7a11065f6ca21057d532011e2f4d51300.tar.gz
wekan-84f49fa7a11065f6ca21057d532011e2f4d51300.tar.bz2
wekan-84f49fa7a11065f6ca21057d532011e2f4d51300.zip
Call me Wekan
Thank you @neynah for the Wekan icons Closes #247
Diffstat (limited to 'client/components/lists')
-rw-r--r--client/components/lists/listBody.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/components/lists/listBody.js b/client/components/lists/listBody.js
index 27864474..2b561ae3 100644
--- a/client/components/lists/listBody.js
+++ b/client/components/lists/listBody.js
@@ -45,7 +45,7 @@ BlazeComponent.extendComponent({
// In case the filter is active we need to add the newly inserted card in
// the list of exceptions -- cards that are not filtered. Otherwise the
// card will disappear instantly.
- // See https://github.com/libreboard/libreboard/issues/80
+ // See https://github.com/wekan/wekan/issues/80
Filter.addException(_id);
// We keep the form opened, empty it, and scroll to it.