Commit 145bfc18 authored by Johannes Bill's avatar Johannes Bill

removed unneeded threeMonthView

parent e6122ba1
...@@ -48,7 +48,7 @@ function getFull(info, now, cb) { ...@@ -48,7 +48,7 @@ function getFull(info, now, cb) {
if (err) return cb(err); if (err) return cb(err);
var short = dateView.asString(dataObj, now); var short = dateView.asString(dataObj, now);
var res = { var res = {
threeMonth: dateView.threeMonth(dataObj, now), //threeMonth: dateView.threeMonth(dataObj, now),
isOpen: short.isOpen, isOpen: short.isOpen,
text: short.text, text: short.text,
status: short.status, status: short.status,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment