summaryrefslogtreecommitdiffstats
path: root/apps/calendar/js/calendar.js
diff options
context:
space:
mode:
authorGeorg Ehrke <dev@georgswebsite.de>2012-02-04 21:27:18 +0100
committerGeorg Ehrke <dev@georgswebsite.de>2012-02-04 21:27:18 +0100
commit5e08d1bb401b863519d452c0c5cdb4f16c52add7 (patch)
tree0186c128fc3b8bd93785173f34816d57fcc17fda /apps/calendar/js/calendar.js
parentb810380d56b41ebad4fd67a30d6789744c69deb3 (diff)
parentf81ac815506f385b2258a60f7cab9ca611ef29a1 (diff)
downloadnextcloud-server-5e08d1bb401b863519d452c0c5cdb4f16c52add7.tar.gz
nextcloud-server-5e08d1bb401b863519d452c0c5cdb4f16c52add7.zip
Merge branch 'calendar' of gitorious.org:owncloud/owncloud into calendar
Diffstat (limited to 'apps/calendar/js/calendar.js')
-rw-r--r--apps/calendar/js/calendar.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/calendar/js/calendar.js b/apps/calendar/js/calendar.js
index bbefa1bcf2c..404a0ed6089 100644
--- a/apps/calendar/js/calendar.js
+++ b/apps/calendar/js/calendar.js
@@ -799,6 +799,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.tipsy({
className: 'tipsy-event',
opacity: 0.9,