diff options
author | Olivier Migeot <olivier+github@migeot.org> | 2013-04-10 13:15:09 +0200 |
---|---|---|
committer | Olivier Migeot <olivier+github@migeot.org> | 2013-04-10 13:16:41 +0200 |
commit | 29419257827cacb1128242e139cde764d873060a (patch) | |
tree | 8f49ba45b0ddb6c6e87f58a48f2fde5cd600fc08 /library/fullcalendar/gcal.js | |
parent | 989e78137edf1c8d0a85038965fb12e7bffb3e7a (diff) | |
download | volse-hubzilla-29419257827cacb1128242e139cde764d873060a.tar.gz volse-hubzilla-29419257827cacb1128242e139cde764d873060a.tar.bz2 volse-hubzilla-29419257827cacb1128242e139cde764d873060a.zip |
Upgraded jQuery to 1.9.1, including jQuery Migrate (for the sake of keeping old code working) and upgrade Fullcalendar (because Migrate just wasn't enough for him).
Diffstat (limited to 'library/fullcalendar/gcal.js')
-rw-r--r-- | library/fullcalendar/gcal.js | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/library/fullcalendar/gcal.js b/library/fullcalendar/gcal.js index e9bbe26d8..64263fcf3 100644 --- a/library/fullcalendar/gcal.js +++ b/library/fullcalendar/gcal.js @@ -1,12 +1,7 @@ -/* - * FullCalendar v1.5.3 Google Calendar Plugin - * - * Copyright (c) 2011 Adam Shaw - * Dual licensed under the MIT and GPL licenses, located in - * MIT-LICENSE.txt and GPL-LICENSE.txt respectively. - * - * Date: Mon Feb 6 22:40:40 2012 -0800 - * +/*! + * FullCalendar v1.6.0 Google Calendar Plugin + * Docs & License: http://arshaw.com/fullcalendar/ + * (c) 2013 Adam Shaw */ (function($) { |