mirror of
https://github.com/frappe/erpnext.git
synced 2026-04-21 23:58:30 +00:00
calendar.js: events made smaller (online) and other minor ui fixes
This commit is contained in:
@@ -264,6 +264,7 @@ Calendar.CalEvent= function(doc, cal) {
|
||||
|
||||
this.body = $("<div class='label cal_event'></div>")
|
||||
.html(doc.description)
|
||||
.attr("title", doc.description)
|
||||
.css({"cursor":"pointer"})
|
||||
.attr("data-event", doc.name)
|
||||
.click(function() {
|
||||
|
||||
Reference in New Issue
Block a user