Skip to content

Commit

Permalink
Add the skipJquery configuration option to skip loading the Harvest P…
Browse files Browse the repository at this point in the history
…latform's jQuery instance during the load sequence
  • Loading branch information
Ryan Bright committed Jan 7, 2013
1 parent 3f737fc commit 9429a8a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Expand Up @@ -57,6 +57,12 @@ Platform](#include) in your application.
timer styles provided by Harvest. If you wish to [provide your own
styles](#styling), just set this to `true`.

- **skipJquery** _(optional)_ - whether or not to load Harvest's jQuery in the
Harvest Platform load sequence. If you prefer to use your own and avoid a
second HTTP request, set this to `true`. **Note: If using a version of jQuery
older than the one used in the Harvest Platform (v1.7.2), you may experience
issues.

<a name="timers"></a>
## How can I add timers to my items?

Expand Down

0 comments on commit 9429a8a

Please sign in to comment.