Skip to content

Commit

Permalink
Item11913: minor doc fix:
Browse files Browse the repository at this point in the history
   * updating version string
   * commenting out gcal.js, since its not (yet) shipped


git-svn-id: http://svn.foswiki.org/trunk@14940 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
OliverKrueger authored and OliverKrueger committed May 31, 2012
1 parent 5e217f7 commit 66edeb0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion JQFullCalendarPlugin/data/System/JQFullCalendarPlugin.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ for user-triggered events (like clicking or dragging an event).

Homepage: http://arshaw.com/fullcalendar/ %BR%
Author(s): Adam Shaw %BR%
Version: 1.4.3
Version: 1.5.2

---++ Example
%JQREQUIRE{"fullcalendar"}%
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ sub new {
homepage => 'http://arshaw.com/fullcalendar/',
puburl => '%PUBURLPATH%/%SYSTEMWEB%/JQFullCalendarPlugin',
css => ['fullcalendar.css'],# 'fullcalendar.print.css'],
javascript => ['fullcalendar.js', 'gcal.js'],
javascript => ['fullcalendar.js'],# 'gcal.js'],
dependencies => ['ui', 'ui::draggable', 'ui::resizable'],
), $class);

Expand Down

0 comments on commit 66edeb0

Please sign in to comment.