summaryrefslogtreecommitdiffstats
path: root/client/components/boards/boardHeader.js
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2019-11-26 02:29:36 +0200
committerLauri Ojansivu <x@xet7.org>2019-11-26 02:29:36 +0200
commit8898862d36b1f0fe8e7d7bdc80064e5106894d29 (patch)
treea00cd41e7893d16ae7291f3d3fbd8d7a15639066 /client/components/boards/boardHeader.js
parent2cc35077409886847870fa554449fd668c2353bf (diff)
downloadwekan-8898862d36b1f0fe8e7d7bdc80064e5106894d29.tar.gz
wekan-8898862d36b1f0fe8e7d7bdc80064e5106894d29.tar.bz2
wekan-8898862d36b1f0fe8e7d7bdc80064e5106894d29.zip
Fix lint errors.
Diffstat (limited to 'client/components/boards/boardHeader.js')
-rw-r--r--client/components/boards/boardHeader.js12
1 files changed, 0 insertions, 12 deletions
diff --git a/client/components/boards/boardHeader.js b/client/components/boards/boardHeader.js
index ffbb9b72..eea43bd3 100644
--- a/client/components/boards/boardHeader.js
+++ b/client/components/boards/boardHeader.js
@@ -175,15 +175,6 @@ Template.boardHeaderBar.helpers({
boardView() {
return Utils.boardView();
},
- //collapseSwimlane() {
- // import { Cookies } from 'meteor/ostrio:cookies';
- // const cookies = new Cookies();
- // if (cookies.has('collapseSwimlane')) {
- // return true;
- // } else {
- // return false;
- // }
- //},
});
Template.boardChangeViewPopup.events({
@@ -195,9 +186,6 @@ Template.boardChangeViewPopup.events({
Utils.setBoardView('board-view-swimlanes');
Popup.close();
},
- //'click .js-open-collapse-view'() {
- // Utils.setBoardView('board-view-collapse');
- //Popup.close();
'click .js-open-cal-view'() {
Utils.setBoardView('board-view-cal');
Popup.close();