From a74ab3bdb22bb5d3a5650e646507b098cc0e0558 Mon Sep 17 00:00:00 2001 From: mcmlxxix <> Date: Thu, 6 Aug 2009 15:44:26 +0000 Subject: [PATCH] Return value in calendar browser is now boolean. Because I said so. --- exec/load/calendar.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exec/load/calendar.js b/exec/load/calendar.js index 52e036137f..60829a48c4 100644 --- a/exec/load/calendar.js +++ b/exec/load/calendar.js @@ -166,7 +166,7 @@ function Calendar(x,y,fg,hl,sel) this.drawDay(this.selected,this.sel); return false; case "\r": - return this.selected; + return true; default: break; } -- GitLab