Skip to content
Snippets Groups Projects
Commit a74ab3bd authored by mcmlxxix's avatar mcmlxxix
Browse files

Return value in calendar browser is now boolean.

Because I said so.
parent e254e693
No related branches found
No related tags found
No related merge requests found
......@@ -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;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment