Skip to content

Commit

Permalink
Merge pull request #143 from timekit-io/stop-the-bleeding
Browse files Browse the repository at this point in the history
Project stop-the-bleeding
  • Loading branch information
laander authored Jul 7, 2017
2 parents 3eaaa93 + 51ead54 commit 8351caa
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 12 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ The simplest and most universally compatible usage is with autoload. This will d
<script type="text/javascript" src="//cdn.timekit.io/booking-js/v1/booking.min.js" defer></script>
<script type="text/javascript">
window.timekitBookingConfig = {
app: 'your-app-slug-here',
app: 'back-to-the-future',
email: 'marty.mcfly@timekit.io',
apiToken: 'bNpbFHRmrfZbtS5nEtCVl8sY5vUkOFCL',
calendar: '8687f058-5b52-4fa4-885c-9294e52ab7d4',
Expand All @@ -89,7 +89,7 @@ If you intent to run multiple instances or want more control over initialization
<script type="text/javascript">
var widget = new TimekitBooking();
widget.init({
app: 'your-app-slug-here',
app: 'back-to-the-future',
email: 'marty.mcfly@timekit.io',
apiToken: 'bNpbFHRmrfZbtS5nEtCVl8sY5vUkOFCL',
calendar: '8687f058-5b52-4fa4-885c-9294e52ab7d4'
Expand Down
4 changes: 1 addition & 3 deletions dist/booking.js
Original file line number Diff line number Diff line change
Expand Up @@ -25750,13 +25750,11 @@ return /******/ (function(modules) { // webpackBootstrap
locked: false
}
},
timekitConfig: {
app: 'bookingjs'
},
timekitFindTime: {
future: '4 weeks',
length: '1 hour'
},
timekitConfig: {},
timekitCreateBooking: { },
timekitUpdateBooking: { },
fullCalendar: {
Expand Down
2 changes: 1 addition & 1 deletion dist/booking.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/booking.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"console-polyfill": "^0.2.2",
"fullcalendar": "^3.4.0",
"moment": "^2.10.6",
"moment-timezone": "^0.5.0",
"moment-timezone": "^0.5.13",
"sprintf-js": "^1.0.3",
"timekit-sdk": "^1.7.0"
}
Expand Down
4 changes: 1 addition & 3 deletions src/defaults.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,13 +57,11 @@ var primary = {
locked: false
}
},
timekitConfig: {
app: 'bookingjs'
},
timekitFindTime: {
future: '4 weeks',
length: '1 hour'
},
timekitConfig: {},
timekitCreateBooking: { },
timekitUpdateBooking: { },
fullCalendar: {
Expand Down

0 comments on commit 8351caa

Please sign in to comment.