summaryrefslogtreecommitdiffstats
path: root/apps/calendar/js/calendar.js
diff options
context:
space:
mode:
authorGeorg Ehrke <dev@georgswebsite.de>2012-02-13 17:08:52 +0100
committerGeorg Ehrke <dev@georgswebsite.de>2012-02-13 17:08:52 +0100
commit01827e9340a202fcb2623b5e300e08799bcdead4 (patch)
tree49e44d258ab8523a6eea3ab1ac48e5adb00b6258 /apps/calendar/js/calendar.js
parentc9db88aa3bbea2e65976b50b584f10b792a5d550 (diff)
parentd10f4f071d8a51128e0b8056e9af414af98cf833 (diff)
downloadnextcloud-server-01827e9340a202fcb2623b5e300e08799bcdead4.tar.gz
nextcloud-server-01827e9340a202fcb2623b5e300e08799bcdead4.zip
Merge branch 'master' into calendar_sharing
Diffstat (limited to 'apps/calendar/js/calendar.js')
-rw-r--r--apps/calendar/js/calendar.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/calendar/js/calendar.js b/apps/calendar/js/calendar.js
index cf0bb079c88..6799a12985a 100644
--- a/apps/calendar/js/calendar.js
+++ b/apps/calendar/js/calendar.js
@@ -811,7 +811,7 @@ $(document).ready(function(){
eventDrop: Calendar.UI.moveEvent,
eventResize: Calendar.UI.resizeEvent,
eventRender: function(event, element) {
- element.find('span.fc-event-title').html(element.find('span.fc-event-title').text());
+ element.find('.fc-event-title').html(element.find('.fc-event-title').text());
element.tipsy({
className: 'tipsy-event',
opacity: 0.9,