mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-08 15:42:52 +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>")
|
this.body = $("<div class='label cal_event'></div>")
|
||||||
.html(doc.description)
|
.html(doc.description)
|
||||||
|
.attr("title", doc.description)
|
||||||
.css({"cursor":"pointer"})
|
.css({"cursor":"pointer"})
|
||||||
.attr("data-event", doc.name)
|
.attr("data-event", doc.name)
|
||||||
.click(function() {
|
.click(function() {
|
||||||
|
|||||||
Reference in New Issue
Block a user