Browse Source

Newer Google spreadsheets published to web don't have an 'od6' worksheet, but changing that to '1' works with new and old.

pull/749/head
Joe Germuska 10 years ago
parent
commit
e1191f0c9c
  1. 2
      build/css/themes/dark.css
  2. 2
      build/css/themes/font/AbrilFatface-Average.css
  3. 2
      build/css/themes/font/Arvo-PTSans.css
  4. 2
      build/css/themes/font/Bevan-PotanoSans.css
  5. 2
      build/css/themes/font/BreeSerif-OpenSans.css
  6. 2
      build/css/themes/font/DroidSerif-DroidSans.css
  7. 2
      build/css/themes/font/Georgia-Helvetica.css
  8. 2
      build/css/themes/font/Lekton-Molengo.css
  9. 2
      build/css/themes/font/Lora-Istok.css
  10. 2
      build/css/themes/font/Merriweather-NewsCycle.css
  11. 2
      build/css/themes/font/NewsCycle-Merriweather.css
  12. 2
      build/css/themes/font/NixieOne-Ledger.css
  13. 2
      build/css/themes/font/PT.css
  14. 2
      build/css/themes/font/PTSerif-PTSans.css
  15. 2
      build/css/themes/font/Pacifico-Arimo.css
  16. 2
      build/css/themes/font/PlayfairDisplay-Muli.css
  17. 2
      build/css/themes/font/PoiretOne-Molengo.css
  18. 2
      build/css/themes/font/Rancho-Gudea.css
  19. 2
      build/css/themes/font/SansitaOne-Kameron.css
  20. 2
      build/css/timeline.css
  21. 2
      build/js/locale/af.js
  22. 2
      build/js/locale/ar.js
  23. 2
      build/js/locale/bg.js
  24. 2
      build/js/locale/ca.js
  25. 2
      build/js/locale/cz.js
  26. 2
      build/js/locale/da.js
  27. 2
      build/js/locale/de.js
  28. 2
      build/js/locale/el.js
  29. 2
      build/js/locale/en-24hr.js
  30. 2
      build/js/locale/en-week.js
  31. 2
      build/js/locale/en.js
  32. 2
      build/js/locale/eo.js
  33. 2
      build/js/locale/es.js
  34. 2
      build/js/locale/et.js
  35. 2
      build/js/locale/eu.js
  36. 2
      build/js/locale/fa.js
  37. 2
      build/js/locale/fi.js
  38. 2
      build/js/locale/fo.js
  39. 4
      build/js/locale/fr.js
  40. 2
      build/js/locale/gl.js
  41. 2
      build/js/locale/he.js
  42. 2
      build/js/locale/hr.js
  43. 2
      build/js/locale/hu.js
  44. 2
      build/js/locale/hy.js
  45. 2
      build/js/locale/id.js
  46. 2
      build/js/locale/is.js
  47. 2
      build/js/locale/it.js
  48. 2
      build/js/locale/iw.js
  49. 2
      build/js/locale/ja.js
  50. 2
      build/js/locale/ka.js
  51. 2
      build/js/locale/ko.js
  52. 2
      build/js/locale/lb.js
  53. 2
      build/js/locale/lt.js
  54. 2
      build/js/locale/lv.js
  55. 2
      build/js/locale/ms.js
  56. 2
      build/js/locale/ne.js
  57. 2
      build/js/locale/nl.js
  58. 2
      build/js/locale/no.js
  59. 2
      build/js/locale/pl.js
  60. 4
      build/js/locale/pt-br.js
  61. 2
      build/js/locale/pt.js
  62. 2
      build/js/locale/rm.js
  63. 2
      build/js/locale/ro.js
  64. 2
      build/js/locale/ru.js
  65. 2
      build/js/locale/si.js
  66. 2
      build/js/locale/sk.js
  67. 2
      build/js/locale/sl.js
  68. 2
      build/js/locale/sr-cy.js
  69. 2
      build/js/locale/sr.js
  70. 2
      build/js/locale/sv.js
  71. 2
      build/js/locale/ta.js
  72. 2
      build/js/locale/te.js
  73. 2
      build/js/locale/th.js
  74. 2
      build/js/locale/tl.js
  75. 2
      build/js/locale/tr.js
  76. 2
      build/js/locale/uk.js
  77. 2
      build/js/locale/zh-cn.js
  78. 2
      build/js/locale/zh-tw.js
  79. 2
      build/js/storyjs-embed-cdn.js
  80. 2
      build/js/storyjs-embed-generator.js
  81. 2
      build/js/storyjs-embed.js
  82. 10
      build/js/timeline-min.js
  83. 16
      build/js/timeline.js
  84. 2
      source/js/VMM.Timeline.DataObj.js

2
build/css/themes/dark.css

@ -1,5 +1,5 @@
/* /*
TimelineJS - ver. 2014-12-09-18-51-25 - 2014-12-09 TimelineJS - ver. 2015-01-12-18-13-19 - 2015-01-12
Copyright (c) 2012-2013 Northwestern University Copyright (c) 2012-2013 Northwestern University
a project of the Northwestern University Knight Lab, originally created by Zach Wise a project of the Northwestern University Knight Lab, originally created by Zach Wise
https://github.com/NUKnightLab/TimelineJS https://github.com/NUKnightLab/TimelineJS

2
build/css/themes/font/AbrilFatface-Average.css

@ -1,5 +1,5 @@
/* /*
TimelineJS - ver. 2014-12-09-18-51-25 - 2014-12-09 TimelineJS - ver. 2015-01-12-18-13-19 - 2015-01-12
Copyright (c) 2012-2013 Northwestern University Copyright (c) 2012-2013 Northwestern University
a project of the Northwestern University Knight Lab, originally created by Zach Wise a project of the Northwestern University Knight Lab, originally created by Zach Wise
https://github.com/NUKnightLab/TimelineJS https://github.com/NUKnightLab/TimelineJS

2
build/css/themes/font/Arvo-PTSans.css

@ -1,5 +1,5 @@
/* /*
TimelineJS - ver. 2014-12-09-18-51-25 - 2014-12-09 TimelineJS - ver. 2015-01-12-18-13-19 - 2015-01-12
Copyright (c) 2012-2013 Northwestern University Copyright (c) 2012-2013 Northwestern University
a project of the Northwestern University Knight Lab, originally created by Zach Wise a project of the Northwestern University Knight Lab, originally created by Zach Wise
https://github.com/NUKnightLab/TimelineJS https://github.com/NUKnightLab/TimelineJS

2
build/css/themes/font/Bevan-PotanoSans.css

@ -1,5 +1,5 @@
/* /*
TimelineJS - ver. 2014-12-09-18-51-25 - 2014-12-09 TimelineJS - ver. 2015-01-12-18-13-19 - 2015-01-12
Copyright (c) 2012-2013 Northwestern University Copyright (c) 2012-2013 Northwestern University
a project of the Northwestern University Knight Lab, originally created by Zach Wise a project of the Northwestern University Knight Lab, originally created by Zach Wise
https://github.com/NUKnightLab/TimelineJS https://github.com/NUKnightLab/TimelineJS

2
build/css/themes/font/BreeSerif-OpenSans.css

@ -1,5 +1,5 @@
/* /*
TimelineJS - ver. 2014-12-09-18-51-25 - 2014-12-09 TimelineJS - ver. 2015-01-12-18-13-19 - 2015-01-12
Copyright (c) 2012-2013 Northwestern University Copyright (c) 2012-2013 Northwestern University
a project of the Northwestern University Knight Lab, originally created by Zach Wise a project of the Northwestern University Knight Lab, originally created by Zach Wise
https://github.com/NUKnightLab/TimelineJS https://github.com/NUKnightLab/TimelineJS

2
build/css/themes/font/DroidSerif-DroidSans.css

@ -1,5 +1,5 @@
/* /*
TimelineJS - ver. 2014-12-09-18-51-25 - 2014-12-09 TimelineJS - ver. 2015-01-12-18-13-19 - 2015-01-12
Copyright (c) 2012-2013 Northwestern University Copyright (c) 2012-2013 Northwestern University
a project of the Northwestern University Knight Lab, originally created by Zach Wise a project of the Northwestern University Knight Lab, originally created by Zach Wise
https://github.com/NUKnightLab/TimelineJS https://github.com/NUKnightLab/TimelineJS

2
build/css/themes/font/Georgia-Helvetica.css

@ -1,5 +1,5 @@
/* /*
TimelineJS - ver. 2014-12-09-18-51-25 - 2014-12-09 TimelineJS - ver. 2015-01-12-18-13-19 - 2015-01-12
Copyright (c) 2012-2013 Northwestern University Copyright (c) 2012-2013 Northwestern University
a project of the Northwestern University Knight Lab, originally created by Zach Wise a project of the Northwestern University Knight Lab, originally created by Zach Wise
https://github.com/NUKnightLab/TimelineJS https://github.com/NUKnightLab/TimelineJS

2
build/css/themes/font/Lekton-Molengo.css

@ -1,5 +1,5 @@
/* /*
TimelineJS - ver. 2014-12-09-18-51-25 - 2014-12-09 TimelineJS - ver. 2015-01-12-18-13-19 - 2015-01-12
Copyright (c) 2012-2013 Northwestern University Copyright (c) 2012-2013 Northwestern University
a project of the Northwestern University Knight Lab, originally created by Zach Wise a project of the Northwestern University Knight Lab, originally created by Zach Wise
https://github.com/NUKnightLab/TimelineJS https://github.com/NUKnightLab/TimelineJS

2
build/css/themes/font/Lora-Istok.css

@ -1,5 +1,5 @@
/* /*
TimelineJS - ver. 2014-12-09-18-51-25 - 2014-12-09 TimelineJS - ver. 2015-01-12-18-13-19 - 2015-01-12
Copyright (c) 2012-2013 Northwestern University Copyright (c) 2012-2013 Northwestern University
a project of the Northwestern University Knight Lab, originally created by Zach Wise a project of the Northwestern University Knight Lab, originally created by Zach Wise
https://github.com/NUKnightLab/TimelineJS https://github.com/NUKnightLab/TimelineJS

2
build/css/themes/font/Merriweather-NewsCycle.css

@ -1,5 +1,5 @@
/* /*
TimelineJS - ver. 2014-12-09-18-51-25 - 2014-12-09 TimelineJS - ver. 2015-01-12-18-13-19 - 2015-01-12
Copyright (c) 2012-2013 Northwestern University Copyright (c) 2012-2013 Northwestern University
a project of the Northwestern University Knight Lab, originally created by Zach Wise a project of the Northwestern University Knight Lab, originally created by Zach Wise
https://github.com/NUKnightLab/TimelineJS https://github.com/NUKnightLab/TimelineJS

2
build/css/themes/font/NewsCycle-Merriweather.css

@ -1,5 +1,5 @@
/* /*
TimelineJS - ver. 2014-12-09-18-51-25 - 2014-12-09 TimelineJS - ver. 2015-01-12-18-13-19 - 2015-01-12
Copyright (c) 2012-2013 Northwestern University Copyright (c) 2012-2013 Northwestern University
a project of the Northwestern University Knight Lab, originally created by Zach Wise a project of the Northwestern University Knight Lab, originally created by Zach Wise
https://github.com/NUKnightLab/TimelineJS https://github.com/NUKnightLab/TimelineJS

2
build/css/themes/font/NixieOne-Ledger.css

@ -1,5 +1,5 @@
/* /*
TimelineJS - ver. 2014-12-09-18-51-25 - 2014-12-09 TimelineJS - ver. 2015-01-12-18-13-19 - 2015-01-12
Copyright (c) 2012-2013 Northwestern University Copyright (c) 2012-2013 Northwestern University
a project of the Northwestern University Knight Lab, originally created by Zach Wise a project of the Northwestern University Knight Lab, originally created by Zach Wise
https://github.com/NUKnightLab/TimelineJS https://github.com/NUKnightLab/TimelineJS

2
build/css/themes/font/PT.css

@ -1,5 +1,5 @@
/* /*
TimelineJS - ver. 2014-12-09-18-51-25 - 2014-12-09 TimelineJS - ver. 2015-01-12-18-13-19 - 2015-01-12
Copyright (c) 2012-2013 Northwestern University Copyright (c) 2012-2013 Northwestern University
a project of the Northwestern University Knight Lab, originally created by Zach Wise a project of the Northwestern University Knight Lab, originally created by Zach Wise
https://github.com/NUKnightLab/TimelineJS https://github.com/NUKnightLab/TimelineJS

2
build/css/themes/font/PTSerif-PTSans.css

@ -1,5 +1,5 @@
/* /*
TimelineJS - ver. 2014-12-09-18-51-25 - 2014-12-09 TimelineJS - ver. 2015-01-12-18-13-19 - 2015-01-12
Copyright (c) 2012-2013 Northwestern University Copyright (c) 2012-2013 Northwestern University
a project of the Northwestern University Knight Lab, originally created by Zach Wise a project of the Northwestern University Knight Lab, originally created by Zach Wise
https://github.com/NUKnightLab/TimelineJS https://github.com/NUKnightLab/TimelineJS

2
build/css/themes/font/Pacifico-Arimo.css

@ -1,5 +1,5 @@
/* /*
TimelineJS - ver. 2014-12-09-18-51-25 - 2014-12-09 TimelineJS - ver. 2015-01-12-18-13-19 - 2015-01-12
Copyright (c) 2012-2013 Northwestern University Copyright (c) 2012-2013 Northwestern University
a project of the Northwestern University Knight Lab, originally created by Zach Wise a project of the Northwestern University Knight Lab, originally created by Zach Wise
https://github.com/NUKnightLab/TimelineJS https://github.com/NUKnightLab/TimelineJS

2
build/css/themes/font/PlayfairDisplay-Muli.css

@ -1,5 +1,5 @@
/* /*
TimelineJS - ver. 2014-12-09-18-51-25 - 2014-12-09 TimelineJS - ver. 2015-01-12-18-13-19 - 2015-01-12
Copyright (c) 2012-2013 Northwestern University Copyright (c) 2012-2013 Northwestern University
a project of the Northwestern University Knight Lab, originally created by Zach Wise a project of the Northwestern University Knight Lab, originally created by Zach Wise
https://github.com/NUKnightLab/TimelineJS https://github.com/NUKnightLab/TimelineJS

2
build/css/themes/font/PoiretOne-Molengo.css

@ -1,5 +1,5 @@
/* /*
TimelineJS - ver. 2014-12-09-18-51-25 - 2014-12-09 TimelineJS - ver. 2015-01-12-18-13-19 - 2015-01-12
Copyright (c) 2012-2013 Northwestern University Copyright (c) 2012-2013 Northwestern University
a project of the Northwestern University Knight Lab, originally created by Zach Wise a project of the Northwestern University Knight Lab, originally created by Zach Wise
https://github.com/NUKnightLab/TimelineJS https://github.com/NUKnightLab/TimelineJS

2
build/css/themes/font/Rancho-Gudea.css

@ -1,5 +1,5 @@
/* /*
TimelineJS - ver. 2014-12-09-18-51-25 - 2014-12-09 TimelineJS - ver. 2015-01-12-18-13-19 - 2015-01-12
Copyright (c) 2012-2013 Northwestern University Copyright (c) 2012-2013 Northwestern University
a project of the Northwestern University Knight Lab, originally created by Zach Wise a project of the Northwestern University Knight Lab, originally created by Zach Wise
https://github.com/NUKnightLab/TimelineJS https://github.com/NUKnightLab/TimelineJS

2
build/css/themes/font/SansitaOne-Kameron.css

@ -1,5 +1,5 @@
/* /*
TimelineJS - ver. 2014-12-09-18-51-25 - 2014-12-09 TimelineJS - ver. 2015-01-12-18-13-19 - 2015-01-12
Copyright (c) 2012-2013 Northwestern University Copyright (c) 2012-2013 Northwestern University
a project of the Northwestern University Knight Lab, originally created by Zach Wise a project of the Northwestern University Knight Lab, originally created by Zach Wise
https://github.com/NUKnightLab/TimelineJS https://github.com/NUKnightLab/TimelineJS

2
build/css/timeline.css

@ -1,5 +1,5 @@
/* /*
TimelineJS - ver. 2014-12-09-18-51-25 - 2014-12-09 TimelineJS - ver. 2015-01-12-18-13-19 - 2015-01-12
Copyright (c) 2012-2013 Northwestern University Copyright (c) 2012-2013 Northwestern University
a project of the Northwestern University Knight Lab, originally created by Zach Wise a project of the Northwestern University Knight Lab, originally created by Zach Wise
https://github.com/NUKnightLab/TimelineJS https://github.com/NUKnightLab/TimelineJS

2
build/js/locale/af.js

@ -1,5 +1,5 @@
/* /*
TimelineJS - ver. 2014-12-09-18-51-25 - 2014-12-09 TimelineJS - ver. 2015-01-12-18-13-19 - 2015-01-12
Copyright (c) 2012-2013 Northwestern University Copyright (c) 2012-2013 Northwestern University
a project of the Northwestern University Knight Lab, originally created by Zach Wise a project of the Northwestern University Knight Lab, originally created by Zach Wise
https://github.com/NUKnightLab/TimelineJS https://github.com/NUKnightLab/TimelineJS

2
build/js/locale/ar.js

@ -1,5 +1,5 @@
/* /*
TimelineJS - ver. 2014-12-09-18-51-25 - 2014-12-09 TimelineJS - ver. 2015-01-12-18-13-19 - 2015-01-12
Copyright (c) 2012-2013 Northwestern University Copyright (c) 2012-2013 Northwestern University
a project of the Northwestern University Knight Lab, originally created by Zach Wise a project of the Northwestern University Knight Lab, originally created by Zach Wise
https://github.com/NUKnightLab/TimelineJS https://github.com/NUKnightLab/TimelineJS

2
build/js/locale/bg.js

@ -1,5 +1,5 @@
/* /*
TimelineJS - ver. 2014-12-09-18-51-25 - 2014-12-09 TimelineJS - ver. 2015-01-12-18-13-19 - 2015-01-12
Copyright (c) 2012-2013 Northwestern University Copyright (c) 2012-2013 Northwestern University
a project of the Northwestern University Knight Lab, originally created by Zach Wise a project of the Northwestern University Knight Lab, originally created by Zach Wise
https://github.com/NUKnightLab/TimelineJS https://github.com/NUKnightLab/TimelineJS

2
build/js/locale/ca.js

@ -1,5 +1,5 @@
/* /*
TimelineJS - ver. 2014-12-09-18-51-25 - 2014-12-09 TimelineJS - ver. 2015-01-12-18-13-19 - 2015-01-12
Copyright (c) 2012-2013 Northwestern University Copyright (c) 2012-2013 Northwestern University
a project of the Northwestern University Knight Lab, originally created by Zach Wise a project of the Northwestern University Knight Lab, originally created by Zach Wise
https://github.com/NUKnightLab/TimelineJS https://github.com/NUKnightLab/TimelineJS

2
build/js/locale/cz.js

@ -1,5 +1,5 @@
/* /*
TimelineJS - ver. 2014-12-09-18-51-25 - 2014-12-09 TimelineJS - ver. 2015-01-12-18-13-19 - 2015-01-12
Copyright (c) 2012-2013 Northwestern University Copyright (c) 2012-2013 Northwestern University
a project of the Northwestern University Knight Lab, originally created by Zach Wise a project of the Northwestern University Knight Lab, originally created by Zach Wise
https://github.com/NUKnightLab/TimelineJS https://github.com/NUKnightLab/TimelineJS

2
build/js/locale/da.js

@ -1,5 +1,5 @@
/* /*
TimelineJS - ver. 2014-12-09-18-51-25 - 2014-12-09 TimelineJS - ver. 2015-01-12-18-13-19 - 2015-01-12
Copyright (c) 2012-2013 Northwestern University Copyright (c) 2012-2013 Northwestern University
a project of the Northwestern University Knight Lab, originally created by Zach Wise a project of the Northwestern University Knight Lab, originally created by Zach Wise
https://github.com/NUKnightLab/TimelineJS https://github.com/NUKnightLab/TimelineJS

2
build/js/locale/de.js

@ -1,5 +1,5 @@
/* /*
TimelineJS - ver. 2014-12-09-18-51-25 - 2014-12-09 TimelineJS - ver. 2015-01-12-18-13-19 - 2015-01-12
Copyright (c) 2012-2013 Northwestern University Copyright (c) 2012-2013 Northwestern University
a project of the Northwestern University Knight Lab, originally created by Zach Wise a project of the Northwestern University Knight Lab, originally created by Zach Wise
https://github.com/NUKnightLab/TimelineJS https://github.com/NUKnightLab/TimelineJS

2
build/js/locale/el.js

@ -1,5 +1,5 @@
/* /*
TimelineJS - ver. 2014-12-09-18-51-25 - 2014-12-09 TimelineJS - ver. 2015-01-12-18-13-19 - 2015-01-12
Copyright (c) 2012-2013 Northwestern University Copyright (c) 2012-2013 Northwestern University
a project of the Northwestern University Knight Lab, originally created by Zach Wise a project of the Northwestern University Knight Lab, originally created by Zach Wise
https://github.com/NUKnightLab/TimelineJS https://github.com/NUKnightLab/TimelineJS

2
build/js/locale/en-24hr.js

@ -1,5 +1,5 @@
/* /*
TimelineJS - ver. 2014-12-09-18-51-25 - 2014-12-09 TimelineJS - ver. 2015-01-12-18-13-19 - 2015-01-12
Copyright (c) 2012-2013 Northwestern University Copyright (c) 2012-2013 Northwestern University
a project of the Northwestern University Knight Lab, originally created by Zach Wise a project of the Northwestern University Knight Lab, originally created by Zach Wise
https://github.com/NUKnightLab/TimelineJS https://github.com/NUKnightLab/TimelineJS

2
build/js/locale/en-week.js

@ -1,5 +1,5 @@
/* /*
TimelineJS - ver. 2014-12-09-18-51-25 - 2014-12-09 TimelineJS - ver. 2015-01-12-18-13-19 - 2015-01-12
Copyright (c) 2012-2013 Northwestern University Copyright (c) 2012-2013 Northwestern University
a project of the Northwestern University Knight Lab, originally created by Zach Wise a project of the Northwestern University Knight Lab, originally created by Zach Wise
https://github.com/NUKnightLab/TimelineJS https://github.com/NUKnightLab/TimelineJS

2
build/js/locale/en.js

@ -1,5 +1,5 @@
/* /*
TimelineJS - ver. 2014-12-09-18-51-25 - 2014-12-09 TimelineJS - ver. 2015-01-12-18-13-19 - 2015-01-12
Copyright (c) 2012-2013 Northwestern University Copyright (c) 2012-2013 Northwestern University
a project of the Northwestern University Knight Lab, originally created by Zach Wise a project of the Northwestern University Knight Lab, originally created by Zach Wise
https://github.com/NUKnightLab/TimelineJS https://github.com/NUKnightLab/TimelineJS

2
build/js/locale/eo.js

@ -1,5 +1,5 @@
/* /*
TimelineJS - ver. 2014-12-09-18-51-25 - 2014-12-09 TimelineJS - ver. 2015-01-12-18-13-19 - 2015-01-12
Copyright (c) 2012-2013 Northwestern University Copyright (c) 2012-2013 Northwestern University
a project of the Northwestern University Knight Lab, originally created by Zach Wise a project of the Northwestern University Knight Lab, originally created by Zach Wise
https://github.com/NUKnightLab/TimelineJS https://github.com/NUKnightLab/TimelineJS

2
build/js/locale/es.js

@ -1,5 +1,5 @@
/* /*
TimelineJS - ver. 2014-12-09-18-51-25 - 2014-12-09 TimelineJS - ver. 2015-01-12-18-13-19 - 2015-01-12
Copyright (c) 2012-2013 Northwestern University Copyright (c) 2012-2013 Northwestern University
a project of the Northwestern University Knight Lab, originally created by Zach Wise a project of the Northwestern University Knight Lab, originally created by Zach Wise
https://github.com/NUKnightLab/TimelineJS https://github.com/NUKnightLab/TimelineJS

2
build/js/locale/et.js

@ -1,5 +1,5 @@
/* /*
TimelineJS - ver. 2014-12-09-18-51-25 - 2014-12-09 TimelineJS - ver. 2015-01-12-18-13-19 - 2015-01-12
Copyright (c) 2012-2013 Northwestern University Copyright (c) 2012-2013 Northwestern University
a project of the Northwestern University Knight Lab, originally created by Zach Wise a project of the Northwestern University Knight Lab, originally created by Zach Wise
https://github.com/NUKnightLab/TimelineJS https://github.com/NUKnightLab/TimelineJS

2
build/js/locale/eu.js

@ -1,5 +1,5 @@
/* /*
TimelineJS - ver. 2014-12-09-18-51-25 - 2014-12-09 TimelineJS - ver. 2015-01-12-18-13-19 - 2015-01-12
Copyright (c) 2012-2013 Northwestern University Copyright (c) 2012-2013 Northwestern University
a project of the Northwestern University Knight Lab, originally created by Zach Wise a project of the Northwestern University Knight Lab, originally created by Zach Wise
https://github.com/NUKnightLab/TimelineJS https://github.com/NUKnightLab/TimelineJS

2
build/js/locale/fa.js

@ -1,5 +1,5 @@
/* /*
TimelineJS - ver. 2014-12-09-18-51-25 - 2014-12-09 TimelineJS - ver. 2015-01-12-18-13-19 - 2015-01-12
Copyright (c) 2012-2013 Northwestern University Copyright (c) 2012-2013 Northwestern University
a project of the Northwestern University Knight Lab, originally created by Zach Wise a project of the Northwestern University Knight Lab, originally created by Zach Wise
https://github.com/NUKnightLab/TimelineJS https://github.com/NUKnightLab/TimelineJS

2
build/js/locale/fi.js

@ -1,5 +1,5 @@
/* /*
TimelineJS - ver. 2014-12-09-18-51-25 - 2014-12-09 TimelineJS - ver. 2015-01-12-18-13-19 - 2015-01-12
Copyright (c) 2012-2013 Northwestern University Copyright (c) 2012-2013 Northwestern University
a project of the Northwestern University Knight Lab, originally created by Zach Wise a project of the Northwestern University Knight Lab, originally created by Zach Wise
https://github.com/NUKnightLab/TimelineJS https://github.com/NUKnightLab/TimelineJS

2
build/js/locale/fo.js

@ -1,5 +1,5 @@
/* /*
TimelineJS - ver. 2014-12-09-18-51-25 - 2014-12-09 TimelineJS - ver. 2015-01-12-18-13-19 - 2015-01-12
Copyright (c) 2012-2013 Northwestern University Copyright (c) 2012-2013 Northwestern University
a project of the Northwestern University Knight Lab, originally created by Zach Wise a project of the Northwestern University Knight Lab, originally created by Zach Wise
https://github.com/NUKnightLab/TimelineJS https://github.com/NUKnightLab/TimelineJS

4
build/js/locale/fr.js

@ -1,9 +1,9 @@
/* /*
TimelineJS - ver. 2014-12-09-18-51-25 - 2014-12-09 TimelineJS - ver. 2015-01-12-18-13-19 - 2015-01-12
Copyright (c) 2012-2013 Northwestern University Copyright (c) 2012-2013 Northwestern University
a project of the Northwestern University Knight Lab, originally created by Zach Wise a project of the Northwestern University Knight Lab, originally created by Zach Wise
https://github.com/NUKnightLab/TimelineJS https://github.com/NUKnightLab/TimelineJS
This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0.
If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/ */
if(typeof VMM!="undefined"){VMM.Language={lang:"fr",api:{wikipedia:"fr"},date:{month:["janvier","février","mars","avril","mai","juin","juillet","août","septembre","octobre","novembre","décembre"],month_abbr:["janv.","févr.","mars","avril","mai","juin","juil.","août","sept.","oct.","nov.","dec."],day:["Dimanche","Lundi","Mardi","Mercredi","Jeudi","Vendredi","Samedi"],day_abbr:["Dim.","Lu.","Ma.","Me.","Jeu.","Vend.","Sam."]},dateformats:{year:"yyyy",month_short:"mmm",month:"mmmm yyyy",full_short:"d mmm",full:"d mmmm yyyy",time_short:"HH:MM:SS",time_no_seconds_short:"HH:MM",time_no_seconds_small_date:"HH:MM'<br/><small>'d mmmm yyyy'</small>'",full_long:"dddd',' d mmm yyyy 'à' HH:MM",full_long_small_date:"HH:MM'<br/><small>'dddd',' d mmm yyyy'</small>'"},messages:{loading_timeline:"Chargement de la frise en cours... ",return_to_title:"Retour à la page d'accueil",expand_timeline:"Elargir la frise",contract_timeline:"Réduire la frise",wikipedia:"Extrait de Wikipedia, l'encyclopédie libre",loading_content:"Chargement",loading:"Chargement",swipe_nav:"Swoop to Noovigate"}}} if(typeof VMM!="undefined"){VMM.Language={lang:"fr",api:{wikipedia:"fr"},date:{month:["janvier","février","mars","avril","mai","juin","juillet","août","septembre","octobre","novembre","décembre"],month_abbr:["janv.","févr.","mars","avril","mai","juin","juil.","août","sept.","oct.","nov.","dec."],day:["Dimanche","Lundi","Mardi","Mercredi","Jeudi","Vendredi","Samedi"],day_abbr:["Dim.","Lu.","Ma.","Me.","Jeu.","Vend.","Sam."]},dateformats:{year:"yyyy",month_short:"mmm",month:"mmmm yyyy",full_short:"d mmm",full:"d mmmm yyyy",time_short:"HH:MM:SS",time_no_seconds_short:"HH:MM",time_no_seconds_small_date:"HH:MM'<br/><small>'d mmmm yyyy'</small>'",full_long:"dddd',' d mmm yyyy 'à' HH:MM",full_long_small_date:"HH:MM'<br/><small>'dddd',' d mmm yyyy'</small>'"},messages:{loading_timeline:"Chargement de la frise en cours... ",return_to_title:"Retour à la page d'accueil",expand_timeline:"Elargir la frise",contract_timeline:"Réduire la frise",wikipedia:"Extrait de Wikipedia, l'encyclopédie libre",loading_content:"Chargement",loading:"Chargement",swipe_nav:"Swipe to Navigate"}}}

2
build/js/locale/gl.js

@ -1,5 +1,5 @@
/* /*
TimelineJS - ver. 2014-12-09-18-51-25 - 2014-12-09 TimelineJS - ver. 2015-01-12-18-13-19 - 2015-01-12
Copyright (c) 2012-2013 Northwestern University Copyright (c) 2012-2013 Northwestern University
a project of the Northwestern University Knight Lab, originally created by Zach Wise a project of the Northwestern University Knight Lab, originally created by Zach Wise
https://github.com/NUKnightLab/TimelineJS https://github.com/NUKnightLab/TimelineJS

2
build/js/locale/he.js

@ -1,5 +1,5 @@
/* /*
TimelineJS - ver. 2014-12-09-18-51-25 - 2014-12-09 TimelineJS - ver. 2015-01-12-18-13-19 - 2015-01-12
Copyright (c) 2012-2013 Northwestern University Copyright (c) 2012-2013 Northwestern University
a project of the Northwestern University Knight Lab, originally created by Zach Wise a project of the Northwestern University Knight Lab, originally created by Zach Wise
https://github.com/NUKnightLab/TimelineJS https://github.com/NUKnightLab/TimelineJS

2
build/js/locale/hr.js

@ -1,5 +1,5 @@
/* /*
TimelineJS - ver. 2014-12-09-18-51-25 - 2014-12-09 TimelineJS - ver. 2015-01-12-18-13-19 - 2015-01-12
Copyright (c) 2012-2013 Northwestern University Copyright (c) 2012-2013 Northwestern University
a project of the Northwestern University Knight Lab, originally created by Zach Wise a project of the Northwestern University Knight Lab, originally created by Zach Wise
https://github.com/NUKnightLab/TimelineJS https://github.com/NUKnightLab/TimelineJS

2
build/js/locale/hu.js

@ -1,5 +1,5 @@
/* /*
TimelineJS - ver. 2014-12-09-18-51-25 - 2014-12-09 TimelineJS - ver. 2015-01-12-18-13-19 - 2015-01-12
Copyright (c) 2012-2013 Northwestern University Copyright (c) 2012-2013 Northwestern University
a project of the Northwestern University Knight Lab, originally created by Zach Wise a project of the Northwestern University Knight Lab, originally created by Zach Wise
https://github.com/NUKnightLab/TimelineJS https://github.com/NUKnightLab/TimelineJS

2
build/js/locale/hy.js

@ -1,5 +1,5 @@
/* /*
TimelineJS - ver. 2014-12-09-18-51-25 - 2014-12-09 TimelineJS - ver. 2015-01-12-18-13-19 - 2015-01-12
Copyright (c) 2012-2013 Northwestern University Copyright (c) 2012-2013 Northwestern University
a project of the Northwestern University Knight Lab, originally created by Zach Wise a project of the Northwestern University Knight Lab, originally created by Zach Wise
https://github.com/NUKnightLab/TimelineJS https://github.com/NUKnightLab/TimelineJS

2
build/js/locale/id.js

@ -1,5 +1,5 @@
/* /*
TimelineJS - ver. 2014-12-09-18-51-25 - 2014-12-09 TimelineJS - ver. 2015-01-12-18-13-19 - 2015-01-12
Copyright (c) 2012-2013 Northwestern University Copyright (c) 2012-2013 Northwestern University
a project of the Northwestern University Knight Lab, originally created by Zach Wise a project of the Northwestern University Knight Lab, originally created by Zach Wise
https://github.com/NUKnightLab/TimelineJS https://github.com/NUKnightLab/TimelineJS

2
build/js/locale/is.js

@ -1,5 +1,5 @@
/* /*
TimelineJS - ver. 2014-12-09-18-51-25 - 2014-12-09 TimelineJS - ver. 2015-01-12-18-13-19 - 2015-01-12
Copyright (c) 2012-2013 Northwestern University Copyright (c) 2012-2013 Northwestern University
a project of the Northwestern University Knight Lab, originally created by Zach Wise a project of the Northwestern University Knight Lab, originally created by Zach Wise
https://github.com/NUKnightLab/TimelineJS https://github.com/NUKnightLab/TimelineJS

2
build/js/locale/it.js

@ -1,5 +1,5 @@
/* /*
TimelineJS - ver. 2014-12-09-18-51-25 - 2014-12-09 TimelineJS - ver. 2015-01-12-18-13-19 - 2015-01-12
Copyright (c) 2012-2013 Northwestern University Copyright (c) 2012-2013 Northwestern University
a project of the Northwestern University Knight Lab, originally created by Zach Wise a project of the Northwestern University Knight Lab, originally created by Zach Wise
https://github.com/NUKnightLab/TimelineJS https://github.com/NUKnightLab/TimelineJS

2
build/js/locale/iw.js

@ -1,5 +1,5 @@
/* /*
TimelineJS - ver. 2014-12-09-18-51-25 - 2014-12-09 TimelineJS - ver. 2015-01-12-18-13-19 - 2015-01-12
Copyright (c) 2012-2013 Northwestern University Copyright (c) 2012-2013 Northwestern University
a project of the Northwestern University Knight Lab, originally created by Zach Wise a project of the Northwestern University Knight Lab, originally created by Zach Wise
https://github.com/NUKnightLab/TimelineJS https://github.com/NUKnightLab/TimelineJS

2
build/js/locale/ja.js

@ -1,5 +1,5 @@
/* /*
TimelineJS - ver. 2014-12-09-18-51-25 - 2014-12-09 TimelineJS - ver. 2015-01-12-18-13-19 - 2015-01-12
Copyright (c) 2012-2013 Northwestern University Copyright (c) 2012-2013 Northwestern University
a project of the Northwestern University Knight Lab, originally created by Zach Wise a project of the Northwestern University Knight Lab, originally created by Zach Wise
https://github.com/NUKnightLab/TimelineJS https://github.com/NUKnightLab/TimelineJS

2
build/js/locale/ka.js

@ -1,5 +1,5 @@
/* /*
TimelineJS - ver. 2014-12-09-18-51-25 - 2014-12-09 TimelineJS - ver. 2015-01-12-18-13-19 - 2015-01-12
Copyright (c) 2012-2013 Northwestern University Copyright (c) 2012-2013 Northwestern University
a project of the Northwestern University Knight Lab, originally created by Zach Wise a project of the Northwestern University Knight Lab, originally created by Zach Wise
https://github.com/NUKnightLab/TimelineJS https://github.com/NUKnightLab/TimelineJS

2
build/js/locale/ko.js

@ -1,5 +1,5 @@
/* /*
TimelineJS - ver. 2014-12-09-18-51-25 - 2014-12-09 TimelineJS - ver. 2015-01-12-18-13-19 - 2015-01-12
Copyright (c) 2012-2013 Northwestern University Copyright (c) 2012-2013 Northwestern University
a project of the Northwestern University Knight Lab, originally created by Zach Wise a project of the Northwestern University Knight Lab, originally created by Zach Wise
https://github.com/NUKnightLab/TimelineJS https://github.com/NUKnightLab/TimelineJS

2
build/js/locale/lb.js

@ -1,5 +1,5 @@
/* /*
TimelineJS - ver. 2014-12-09-18-51-25 - 2014-12-09 TimelineJS - ver. 2015-01-12-18-13-19 - 2015-01-12
Copyright (c) 2012-2013 Northwestern University Copyright (c) 2012-2013 Northwestern University
a project of the Northwestern University Knight Lab, originally created by Zach Wise a project of the Northwestern University Knight Lab, originally created by Zach Wise
https://github.com/NUKnightLab/TimelineJS https://github.com/NUKnightLab/TimelineJS

2
build/js/locale/lt.js

@ -1,5 +1,5 @@
/* /*
TimelineJS - ver. 2014-12-09-18-51-25 - 2014-12-09 TimelineJS - ver. 2015-01-12-18-13-19 - 2015-01-12
Copyright (c) 2012-2013 Northwestern University Copyright (c) 2012-2013 Northwestern University
a project of the Northwestern University Knight Lab, originally created by Zach Wise a project of the Northwestern University Knight Lab, originally created by Zach Wise
https://github.com/NUKnightLab/TimelineJS https://github.com/NUKnightLab/TimelineJS

2
build/js/locale/lv.js

@ -1,5 +1,5 @@
/* /*
TimelineJS - ver. 2014-12-09-18-51-25 - 2014-12-09 TimelineJS - ver. 2015-01-12-18-13-19 - 2015-01-12
Copyright (c) 2012-2013 Northwestern University Copyright (c) 2012-2013 Northwestern University
a project of the Northwestern University Knight Lab, originally created by Zach Wise a project of the Northwestern University Knight Lab, originally created by Zach Wise
https://github.com/NUKnightLab/TimelineJS https://github.com/NUKnightLab/TimelineJS

2
build/js/locale/ms.js

@ -1,5 +1,5 @@
/* /*
TimelineJS - ver. 2014-12-09-18-51-25 - 2014-12-09 TimelineJS - ver. 2015-01-12-18-13-19 - 2015-01-12
Copyright (c) 2012-2013 Northwestern University Copyright (c) 2012-2013 Northwestern University
a project of the Northwestern University Knight Lab, originally created by Zach Wise a project of the Northwestern University Knight Lab, originally created by Zach Wise
https://github.com/NUKnightLab/TimelineJS https://github.com/NUKnightLab/TimelineJS

2
build/js/locale/ne.js

@ -1,5 +1,5 @@
/* /*
TimelineJS - ver. 2014-12-09-18-51-25 - 2014-12-09 TimelineJS - ver. 2015-01-12-18-13-19 - 2015-01-12
Copyright (c) 2012-2013 Northwestern University Copyright (c) 2012-2013 Northwestern University
a project of the Northwestern University Knight Lab, originally created by Zach Wise a project of the Northwestern University Knight Lab, originally created by Zach Wise
https://github.com/NUKnightLab/TimelineJS https://github.com/NUKnightLab/TimelineJS

2
build/js/locale/nl.js

@ -1,5 +1,5 @@
/* /*
TimelineJS - ver. 2014-12-09-18-51-25 - 2014-12-09 TimelineJS - ver. 2015-01-12-18-13-19 - 2015-01-12
Copyright (c) 2012-2013 Northwestern University Copyright (c) 2012-2013 Northwestern University
a project of the Northwestern University Knight Lab, originally created by Zach Wise a project of the Northwestern University Knight Lab, originally created by Zach Wise
https://github.com/NUKnightLab/TimelineJS https://github.com/NUKnightLab/TimelineJS

2
build/js/locale/no.js

@ -1,5 +1,5 @@
/* /*
TimelineJS - ver. 2014-12-09-18-51-25 - 2014-12-09 TimelineJS - ver. 2015-01-12-18-13-19 - 2015-01-12
Copyright (c) 2012-2013 Northwestern University Copyright (c) 2012-2013 Northwestern University
a project of the Northwestern University Knight Lab, originally created by Zach Wise a project of the Northwestern University Knight Lab, originally created by Zach Wise
https://github.com/NUKnightLab/TimelineJS https://github.com/NUKnightLab/TimelineJS

2
build/js/locale/pl.js

@ -1,5 +1,5 @@
/* /*
TimelineJS - ver. 2014-12-09-18-51-25 - 2014-12-09 TimelineJS - ver. 2015-01-12-18-13-19 - 2015-01-12
Copyright (c) 2012-2013 Northwestern University Copyright (c) 2012-2013 Northwestern University
a project of the Northwestern University Knight Lab, originally created by Zach Wise a project of the Northwestern University Knight Lab, originally created by Zach Wise
https://github.com/NUKnightLab/TimelineJS https://github.com/NUKnightLab/TimelineJS

4
build/js/locale/pt-br.js

@ -1,9 +1,9 @@
/* /*
TimelineJS - ver. 2014-12-09-18-51-25 - 2014-12-09 TimelineJS - ver. 2015-01-12-18-13-19 - 2015-01-12
Copyright (c) 2012-2013 Northwestern University Copyright (c) 2012-2013 Northwestern University
a project of the Northwestern University Knight Lab, originally created by Zach Wise a project of the Northwestern University Knight Lab, originally created by Zach Wise
https://github.com/NUKnightLab/TimelineJS https://github.com/NUKnightLab/TimelineJS
This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0.
If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/ */
if(typeof VMM!="undefined"){VMM.Language={lang:"pt-br",api:{wikipedia:"pt"},date:{month:["Janeiro","Fevereiro","Março","Abril","Maio","Junho","Julho","Agosto","Setembro","Outubro","Novembro","Dezembro"],month_abbr:["Jan.","Fev.","Mar.","Abr.","Mai.","Jun.","Jul.","Ago.","Set.","Out.","Nov.","Dez."],day:["Domingo","Segunda","Terça","Quarta","Quinta","Sexta","Sábado"],day_abbr:["Dom.","Seg.","Ter.","Qua.","Qui.","Sex.","Sáb."]},dateformats:{year:"yyyy",month_short:"mmm",month:"mmmm 'de' yyyy",full_short:"d 'de' mmm",full:"d 'de' mmmm',' yyyy",time_short:"h:MM:ss TT",time_no_seconds_short:"hh:MM TT",time_no_seconds_small_date:"hh:MM TT'<br/><small>'d 'de' mmmm',' yyyy'</small>'",full_long:"dddd',' d 'de' mmm',' yyyy 'às' hh:MM TT",full_long_small_date:"hh:MM TT'<br/><small>'dddd',' d 'de' mmm',' yyyy'</small>'"},messages:{loading_timeline:"Carregando Timeline... ",return_to_title:"Voltar para o título",expand_timeline:"Expandir Timeline",contract_timeline:"Contrair Timeline",wikipedia:"Wikipedia, A enciclopédia livre",loading_content:"Carregando Conteúdo",loading:"Carregando",swipe_nav:"Swipe to Navigate"}}} if(typeof VMM!="undefined"){VMM.Language={lang:"pt-br",api:{wikipedia:"pt"},date:{month:["Janeiro","Fevereiro","Março","Abril","Maio","Junho","Julho","Agosto","Setembro","Outubro","Novembro","Dezembro"],month_abbr:["Jan.","Fev.","Mar.","Abr.","Mai.","Jun.","Jul.","Ago.","Set.","Out.","Nov.","Dez."],day:["Domingo","Segunda","Terça","Quarta","Quinta","Sexta","Sábado"],day_abbr:["Dom.","Seg.","Ter.","Qua.","Qui.","Sex.","Sáb."]},dateformats:{year:"yyyy",month_short:"mmm",month:"mmmm 'de' yyyy",full_short:"d 'de' mmm",full:"d 'de' mmmm',' yyyy",time_short:"h:MM:ss TT",time_no_seconds_short:"hh:MM TT",time_no_seconds_small_date:"hh:MM TT'<br/><small>'d 'de' mmmm',' yyyy'</small>'",full_long:"dddd',' d 'de' mmm',' yyyy 'às' hh:MM TT",full_long_small_date:"hh:MM TT'<br/><small>'dddd',' d 'de' mmm',' yyyy'</small>'"},messages:{loading_timeline:"Carregando Timeline... ",return_to_title:"Voltar para o título",expand_timeline:"Expandir Timeline",contract_timeline:"Contrair Timeline",wikipedia:"Wikipédia, A enciclopédia livre",loading_content:"Carregando Conteúdo",loading:"Carregando",swipe_nav:"Swipe to Navigate"}}}

2
build/js/locale/pt.js

@ -1,5 +1,5 @@
/* /*
TimelineJS - ver. 2014-12-09-18-51-25 - 2014-12-09 TimelineJS - ver. 2015-01-12-18-13-19 - 2015-01-12
Copyright (c) 2012-2013 Northwestern University Copyright (c) 2012-2013 Northwestern University
a project of the Northwestern University Knight Lab, originally created by Zach Wise a project of the Northwestern University Knight Lab, originally created by Zach Wise
https://github.com/NUKnightLab/TimelineJS https://github.com/NUKnightLab/TimelineJS

2
build/js/locale/rm.js

@ -1,5 +1,5 @@
/* /*
TimelineJS - ver. 2014-12-09-18-51-25 - 2014-12-09 TimelineJS - ver. 2015-01-12-18-13-19 - 2015-01-12
Copyright (c) 2012-2013 Northwestern University Copyright (c) 2012-2013 Northwestern University
a project of the Northwestern University Knight Lab, originally created by Zach Wise a project of the Northwestern University Knight Lab, originally created by Zach Wise
https://github.com/NUKnightLab/TimelineJS https://github.com/NUKnightLab/TimelineJS

2
build/js/locale/ro.js

@ -1,5 +1,5 @@
/* /*
TimelineJS - ver. 2014-12-09-18-51-25 - 2014-12-09 TimelineJS - ver. 2015-01-12-18-13-19 - 2015-01-12
Copyright (c) 2012-2013 Northwestern University Copyright (c) 2012-2013 Northwestern University
a project of the Northwestern University Knight Lab, originally created by Zach Wise a project of the Northwestern University Knight Lab, originally created by Zach Wise
https://github.com/NUKnightLab/TimelineJS https://github.com/NUKnightLab/TimelineJS

2
build/js/locale/ru.js

@ -1,5 +1,5 @@
/* /*
TimelineJS - ver. 2014-12-09-18-51-25 - 2014-12-09 TimelineJS - ver. 2015-01-12-18-13-19 - 2015-01-12
Copyright (c) 2012-2013 Northwestern University Copyright (c) 2012-2013 Northwestern University
a project of the Northwestern University Knight Lab, originally created by Zach Wise a project of the Northwestern University Knight Lab, originally created by Zach Wise
https://github.com/NUKnightLab/TimelineJS https://github.com/NUKnightLab/TimelineJS

2
build/js/locale/si.js

@ -1,5 +1,5 @@
/* /*
TimelineJS - ver. 2014-12-09-18-51-25 - 2014-12-09 TimelineJS - ver. 2015-01-12-18-13-19 - 2015-01-12
Copyright (c) 2012-2013 Northwestern University Copyright (c) 2012-2013 Northwestern University
a project of the Northwestern University Knight Lab, originally created by Zach Wise a project of the Northwestern University Knight Lab, originally created by Zach Wise
https://github.com/NUKnightLab/TimelineJS https://github.com/NUKnightLab/TimelineJS

2
build/js/locale/sk.js

@ -1,5 +1,5 @@
/* /*
TimelineJS - ver. 2014-12-09-18-51-25 - 2014-12-09 TimelineJS - ver. 2015-01-12-18-13-19 - 2015-01-12
Copyright (c) 2012-2013 Northwestern University Copyright (c) 2012-2013 Northwestern University
a project of the Northwestern University Knight Lab, originally created by Zach Wise a project of the Northwestern University Knight Lab, originally created by Zach Wise
https://github.com/NUKnightLab/TimelineJS https://github.com/NUKnightLab/TimelineJS

2
build/js/locale/sl.js

@ -1,5 +1,5 @@
/* /*
TimelineJS - ver. 2014-12-09-18-51-25 - 2014-12-09 TimelineJS - ver. 2015-01-12-18-13-19 - 2015-01-12
Copyright (c) 2012-2013 Northwestern University Copyright (c) 2012-2013 Northwestern University
a project of the Northwestern University Knight Lab, originally created by Zach Wise a project of the Northwestern University Knight Lab, originally created by Zach Wise
https://github.com/NUKnightLab/TimelineJS https://github.com/NUKnightLab/TimelineJS

2
build/js/locale/sr-cy.js

@ -1,5 +1,5 @@
/* /*
TimelineJS - ver. 2014-12-09-18-51-25 - 2014-12-09 TimelineJS - ver. 2015-01-12-18-13-19 - 2015-01-12
Copyright (c) 2012-2013 Northwestern University Copyright (c) 2012-2013 Northwestern University
a project of the Northwestern University Knight Lab, originally created by Zach Wise a project of the Northwestern University Knight Lab, originally created by Zach Wise
https://github.com/NUKnightLab/TimelineJS https://github.com/NUKnightLab/TimelineJS

2
build/js/locale/sr.js

@ -1,5 +1,5 @@
/* /*
TimelineJS - ver. 2014-12-09-18-51-25 - 2014-12-09 TimelineJS - ver. 2015-01-12-18-13-19 - 2015-01-12
Copyright (c) 2012-2013 Northwestern University Copyright (c) 2012-2013 Northwestern University
a project of the Northwestern University Knight Lab, originally created by Zach Wise a project of the Northwestern University Knight Lab, originally created by Zach Wise
https://github.com/NUKnightLab/TimelineJS https://github.com/NUKnightLab/TimelineJS

2
build/js/locale/sv.js

@ -1,5 +1,5 @@
/* /*
TimelineJS - ver. 2014-12-09-18-51-25 - 2014-12-09 TimelineJS - ver. 2015-01-12-18-13-19 - 2015-01-12
Copyright (c) 2012-2013 Northwestern University Copyright (c) 2012-2013 Northwestern University
a project of the Northwestern University Knight Lab, originally created by Zach Wise a project of the Northwestern University Knight Lab, originally created by Zach Wise
https://github.com/NUKnightLab/TimelineJS https://github.com/NUKnightLab/TimelineJS

2
build/js/locale/ta.js

@ -1,5 +1,5 @@
/* /*
TimelineJS - ver. 2014-12-09-18-51-25 - 2014-12-09 TimelineJS - ver. 2015-01-12-18-13-19 - 2015-01-12
Copyright (c) 2012-2013 Northwestern University Copyright (c) 2012-2013 Northwestern University
a project of the Northwestern University Knight Lab, originally created by Zach Wise a project of the Northwestern University Knight Lab, originally created by Zach Wise
https://github.com/NUKnightLab/TimelineJS https://github.com/NUKnightLab/TimelineJS

2
build/js/locale/te.js

@ -1,5 +1,5 @@
/* /*
TimelineJS - ver. 2014-12-09-18-51-25 - 2014-12-09 TimelineJS - ver. 2015-01-12-18-13-19 - 2015-01-12
Copyright (c) 2012-2013 Northwestern University Copyright (c) 2012-2013 Northwestern University
a project of the Northwestern University Knight Lab, originally created by Zach Wise a project of the Northwestern University Knight Lab, originally created by Zach Wise
https://github.com/NUKnightLab/TimelineJS https://github.com/NUKnightLab/TimelineJS

2
build/js/locale/th.js

@ -1,5 +1,5 @@
/* /*
TimelineJS - ver. 2014-12-09-18-51-25 - 2014-12-09 TimelineJS - ver. 2015-01-12-18-13-19 - 2015-01-12
Copyright (c) 2012-2013 Northwestern University Copyright (c) 2012-2013 Northwestern University
a project of the Northwestern University Knight Lab, originally created by Zach Wise a project of the Northwestern University Knight Lab, originally created by Zach Wise
https://github.com/NUKnightLab/TimelineJS https://github.com/NUKnightLab/TimelineJS

2
build/js/locale/tl.js

@ -1,5 +1,5 @@
/* /*
TimelineJS - ver. 2014-12-09-18-51-25 - 2014-12-09 TimelineJS - ver. 2015-01-12-18-13-19 - 2015-01-12
Copyright (c) 2012-2013 Northwestern University Copyright (c) 2012-2013 Northwestern University
a project of the Northwestern University Knight Lab, originally created by Zach Wise a project of the Northwestern University Knight Lab, originally created by Zach Wise
https://github.com/NUKnightLab/TimelineJS https://github.com/NUKnightLab/TimelineJS

2
build/js/locale/tr.js

@ -1,5 +1,5 @@
/* /*
TimelineJS - ver. 2014-12-09-18-51-25 - 2014-12-09 TimelineJS - ver. 2015-01-12-18-13-19 - 2015-01-12
Copyright (c) 2012-2013 Northwestern University Copyright (c) 2012-2013 Northwestern University
a project of the Northwestern University Knight Lab, originally created by Zach Wise a project of the Northwestern University Knight Lab, originally created by Zach Wise
https://github.com/NUKnightLab/TimelineJS https://github.com/NUKnightLab/TimelineJS

2
build/js/locale/uk.js

@ -1,5 +1,5 @@
/* /*
TimelineJS - ver. 2014-12-09-18-51-25 - 2014-12-09 TimelineJS - ver. 2015-01-12-18-13-19 - 2015-01-12
Copyright (c) 2012-2013 Northwestern University Copyright (c) 2012-2013 Northwestern University
a project of the Northwestern University Knight Lab, originally created by Zach Wise a project of the Northwestern University Knight Lab, originally created by Zach Wise
https://github.com/NUKnightLab/TimelineJS https://github.com/NUKnightLab/TimelineJS

2
build/js/locale/zh-cn.js

@ -1,5 +1,5 @@
/* /*
TimelineJS - ver. 2014-12-09-18-51-25 - 2014-12-09 TimelineJS - ver. 2015-01-12-18-13-19 - 2015-01-12
Copyright (c) 2012-2013 Northwestern University Copyright (c) 2012-2013 Northwestern University
a project of the Northwestern University Knight Lab, originally created by Zach Wise a project of the Northwestern University Knight Lab, originally created by Zach Wise
https://github.com/NUKnightLab/TimelineJS https://github.com/NUKnightLab/TimelineJS

2
build/js/locale/zh-tw.js

@ -1,5 +1,5 @@
/* /*
TimelineJS - ver. 2014-12-09-18-51-25 - 2014-12-09 TimelineJS - ver. 2015-01-12-18-13-19 - 2015-01-12
Copyright (c) 2012-2013 Northwestern University Copyright (c) 2012-2013 Northwestern University
a project of the Northwestern University Knight Lab, originally created by Zach Wise a project of the Northwestern University Knight Lab, originally created by Zach Wise
https://github.com/NUKnightLab/TimelineJS https://github.com/NUKnightLab/TimelineJS

2
build/js/storyjs-embed-cdn.js

@ -1,5 +1,5 @@
/* /*
TimelineJS - ver. 2014-12-09-18-51-25 - 2014-12-09 TimelineJS - ver. 2015-01-12-18-13-19 - 2015-01-12
Copyright (c) 2012-2013 Northwestern University Copyright (c) 2012-2013 Northwestern University
a project of the Northwestern University Knight Lab, originally created by Zach Wise a project of the Northwestern University Knight Lab, originally created by Zach Wise
https://github.com/NUKnightLab/TimelineJS https://github.com/NUKnightLab/TimelineJS

2
build/js/storyjs-embed-generator.js

@ -1,5 +1,5 @@
/* /*
TimelineJS - ver. 2014-12-09-18-51-25 - 2014-12-09 TimelineJS - ver. 2015-01-12-18-13-19 - 2015-01-12
Copyright (c) 2012-2013 Northwestern University Copyright (c) 2012-2013 Northwestern University
a project of the Northwestern University Knight Lab, originally created by Zach Wise a project of the Northwestern University Knight Lab, originally created by Zach Wise
https://github.com/NUKnightLab/TimelineJS https://github.com/NUKnightLab/TimelineJS

2
build/js/storyjs-embed.js

@ -1,5 +1,5 @@
/* /*
TimelineJS - ver. 2014-12-09-18-51-25 - 2014-12-09 TimelineJS - ver. 2015-01-12-18-13-19 - 2015-01-12
Copyright (c) 2012-2013 Northwestern University Copyright (c) 2012-2013 Northwestern University
a project of the Northwestern University Knight Lab, originally created by Zach Wise a project of the Northwestern University Knight Lab, originally created by Zach Wise
https://github.com/NUKnightLab/TimelineJS https://github.com/NUKnightLab/TimelineJS

10
build/js/timeline-min.js vendored

File diff suppressed because one or more lines are too long

16
build/js/timeline.js

@ -1,5 +1,5 @@
/* /*
TimelineJS - ver. 2014-12-09-18-51-25 - 2014-12-09 TimelineJS - ver. 2015-01-12-18-13-19 - 2015-01-12
Copyright (c) 2012-2013 Northwestern University Copyright (c) 2012-2013 Northwestern University
a project of the Northwestern University Knight Lab, originally created by Zach Wise a project of the Northwestern University Knight Lab, originally created by Zach Wise
https://github.com/NUKnightLab/TimelineJS https://github.com/NUKnightLab/TimelineJS
@ -4187,12 +4187,12 @@ if(typeof VMM != 'undefined' && typeof VMM.ExternalAPI == 'undefined') {
height: '390', height: '390',
width: '640', width: '640',
playerVars: { playerVars: {
enablejsapi: 1, enablejsapi: 1,
color: 'white', color: ("dark" == VMM.master_config.Timeline.youtubeTheme) ? "red" : "white", // https://developers.google.com/youtube/player_parameters#color
showinfo: 0, showinfo: 0,
theme: 'light', theme: ("undefined" !== VMM.master_config.Timeline.youtubeTheme) ? VMM.master_config.Timeline.youtubeTheme : "light", // https://developers.google.com/youtube/player_parameters#theme
start: m.start, start: m.start,
rel: 0 rel: 0
}, },
videoId: m.id, videoId: m.id,
events: { events: {
@ -9473,7 +9473,7 @@ if (typeof VMM.Timeline !== 'undefined' && typeof VMM.Timeline.DataObj == 'undef
// that format doesn't seem to have a way to specify a worksheet. // that format doesn't seem to have a way to specify a worksheet.
key = VMM.Timeline.DataObj.model.googlespreadsheet.extractSpreadsheetKey(raw); key = VMM.Timeline.DataObj.model.googlespreadsheet.extractSpreadsheetKey(raw);
worksheet = VMM.Util.getUrlVars(raw)["worksheet"]; worksheet = VMM.Util.getUrlVars(raw)["worksheet"];
if (typeof worksheet == "undefined") worksheet = "od6"; if (typeof worksheet == "undefined") worksheet = "1";
url = "https://spreadsheets.google.com/feeds/list/" + key + "/" + worksheet + "/public/values?alt=json"; url = "https://spreadsheets.google.com/feeds/list/" + key + "/" + worksheet + "/public/values?alt=json";

2
source/js/VMM.Timeline.DataObj.js

@ -190,7 +190,7 @@ if (typeof VMM.Timeline !== 'undefined' && typeof VMM.Timeline.DataObj == 'undef
// that format doesn't seem to have a way to specify a worksheet. // that format doesn't seem to have a way to specify a worksheet.
key = VMM.Timeline.DataObj.model.googlespreadsheet.extractSpreadsheetKey(raw); key = VMM.Timeline.DataObj.model.googlespreadsheet.extractSpreadsheetKey(raw);
worksheet = VMM.Util.getUrlVars(raw)["worksheet"]; worksheet = VMM.Util.getUrlVars(raw)["worksheet"];
if (typeof worksheet == "undefined") worksheet = "od6"; if (typeof worksheet == "undefined") worksheet = "1";
url = "https://spreadsheets.google.com/feeds/list/" + key + "/" + worksheet + "/public/values?alt=json"; url = "https://spreadsheets.google.com/feeds/list/" + key + "/" + worksheet + "/public/values?alt=json";

Loading…
Cancel
Save