calendar.js: events made smaller (online) and other minor ui fixes
This commit is contained in:
parent
a91249ade8
commit
a44b66e47a
@ -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() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user