Browse Source

Cleaning up configs

pull/33/merge
Zach Wise 13 years ago
parent
commit
0d5481c4c4
  1. 2
      examples/embed.html
  2. 1
      source/js/timeline-embed.js

2
examples/embed.html

@ -34,7 +34,7 @@
<!-- BEGIN Timeline Embed -->
<div id="timeline-embed"></div>
<script type="text/javascript">
var config = {
var timeline_config = {
width: "100%",
height: "100%",
source: 'https://docs.google.com/spreadsheet/pub?key=0Agl_Dv6iEbDadHdKcHlHcTB5bzhvbF9iTWwyMmJHdkE&output=html'

1
source/js/timeline-embed.js

@ -33,6 +33,7 @@
<div id="timeline-embed"></div>
<script type="text/javascript">
var config = {
var timeline_config = {
width: 900,
height: 700,
source: 'https://docs.google.com/a/digitalartwork.net/spreadsheet/ccc?hl=en_US&key=0Agl_Dv6iEbDadGRwZjJSRTR4RHJpanE2U3lkb0lyYUE&rm=full#gid=0',

Loading…
Cancel
Save