Browse Source

Fixed html issue with `<html>` tag not closing after the body

TALFancyBox v2.25
Zach Wise 12 years ago
parent
commit
6af4ee3be2
  1. 28
      examples/example_googlespreadsheet.html
  2. 28
      examples/example_json.html
  3. 28
      examples/example_jsonp.html
  4. 28
      examples/example_storify.html
  5. 10
      source/jade/example_googlespreadsheet.jade
  6. 10
      source/jade/example_json.jade
  7. 10
      source/jade/example_jsonp.jade
  8. 10
      source/jade/example_storify.jade
  9. 10
      source/jade/index.jade
  10. 39
      source/jade/sections/example-head.jade
  11. 10
      source/jade/tests/test_extra_html.jade
  12. 10
      source/jade/tests/test_googlespreadsheet.jade
  13. 10
      source/jade/tests/test_googlespreadsheet_bc_era_ages_epoch.jade
  14. 10
      source/jade/tests/test_googlespreadsheet_biblical_ad.jade
  15. 10
      source/jade/tests/test_googlespreadsheet_minutes.jade
  16. 12
      source/jade/tests/test_iframe_640.jade
  17. 10
      source/jade/tests/test_jsonp.jade
  18. 10
      source/jade/tests/test_utc_firefox.jade
  19. 30
      tests/test_extra_html.html
  20. 30
      tests/test_googlespreadsheet.html
  21. 30
      tests/test_googlespreadsheet_bc_era_ages_epoch.html
  22. 30
      tests/test_googlespreadsheet_biblical_ad.html
  23. 30
      tests/test_googlespreadsheet_minutes.html
  24. 8
      tests/test_iframe_640.html
  25. 30
      tests/test_jsonp.html
  26. 30
      tests/test_utc_firefox.html

28
examples/example_googlespreadsheet.html

@ -31,17 +31,17 @@
<!-- HTML5 shim, for IE6-8 support of HTML elements--><!--[if lt IE 9]> <!-- HTML5 shim, for IE6-8 support of HTML elements--><!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script><![endif]--> <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
</head> </head>
</html> <body>
<body> <!-- BEGIN Timeline Embed -->
<!-- BEGIN Timeline Embed --> <div id="timeline-embed"></div>
<div id="timeline-embed"></div> <script type="text/javascript">
<script type="text/javascript"> var timeline_config = {
var timeline_config = { width: "100%",
width: "100%", height: "100%",
height: "100%", source: 'https://docs.google.com/spreadsheet/pub?key=0Agl_Dv6iEbDadHdKcHlHcTB5bzhvbF9iTWwyMmJHdkE&amp;output=html'
source: 'https://docs.google.com/spreadsheet/pub?key=0Agl_Dv6iEbDadHdKcHlHcTB5bzhvbF9iTWwyMmJHdkE&amp;output=html' }
} </script>
</script> <script type="text/javascript" src="../compiled/js/storyjs-embed.js"></script>
<script type="text/javascript" src="../compiled/js/storyjs-embed.js"></script> <!-- END Timeline Embed-->
<!-- END Timeline Embed--> </body>
</body> </html>

28
examples/example_json.html

@ -31,17 +31,17 @@
<!-- HTML5 shim, for IE6-8 support of HTML elements--><!--[if lt IE 9]> <!-- HTML5 shim, for IE6-8 support of HTML elements--><!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script><![endif]--> <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
</head> </head>
</html> <body>
<body> <!-- BEGIN Timeline Embed -->
<!-- BEGIN Timeline Embed --> <div id="timeline-embed"></div>
<div id="timeline-embed"></div> <script type="text/javascript">
<script type="text/javascript"> var timeline_config = {
var timeline_config = { width: "100%",
width: "100%", height: "100%",
height: "100%", source: 'example_json.json'
source: 'example_json.json' }
} </script>
</script> <script type="text/javascript" src="../compiled/js/storyjs-embed.js"></script>
<script type="text/javascript" src="../compiled/js/storyjs-embed.js"></script> <!-- END Timeline Embed-->
<!-- END Timeline Embed--> </body>
</body> </html>

28
examples/example_jsonp.html

@ -31,17 +31,17 @@
<!-- HTML5 shim, for IE6-8 support of HTML elements--><!--[if lt IE 9]> <!-- HTML5 shim, for IE6-8 support of HTML elements--><!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script><![endif]--> <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
</head> </head>
</html> <body>
<body> <!-- BEGIN Timeline Embed -->
<!-- BEGIN Timeline Embed --> <div id="timeline-embed"></div>
<div id="timeline-embed"></div> <script type="text/javascript">
<script type="text/javascript"> var timeline_config = {
var timeline_config = { width: "100%",
width: "100%", height: "100%",
height: "100%", source: 'example_jsonp.jsonp'
source: 'example_jsonp.jsonp' }
} </script>
</script> <script type="text/javascript" src="../compiled/js/storyjs-embed.js"></script>
<script type="text/javascript" src="../compiled/js/storyjs-embed.js"></script> <!-- END Timeline Embed-->
<!-- END Timeline Embed--> </body>
</body> </html>

28
examples/example_storify.html

@ -31,17 +31,17 @@
<!-- HTML5 shim, for IE6-8 support of HTML elements--><!--[if lt IE 9]> <!-- HTML5 shim, for IE6-8 support of HTML elements--><!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script><![endif]--> <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
</head> </head>
</html> <body>
<body> <!-- BEGIN Timeline Embed -->
<!-- BEGIN Timeline Embed --> <div id="timeline-embed"></div>
<div id="timeline-embed"></div> <script type="text/javascript">
<script type="text/javascript"> var timeline_config = {
var timeline_config = { width: "100%",
width: "100%", height: "100%",
height: "100%", source: 'http://storify.com/zachwise/test'
source: 'http://storify.com/zachwise/test' }
} </script>
</script> <script type="text/javascript" src="../compiled/js/storyjs-embed.js"></script>
<script type="text/javascript" src="../compiled/js/storyjs-embed.js"></script> <!-- END Timeline Embed-->
<!-- END Timeline Embed--> </body>
</body> </html>

10
source/jade/example_googlespreadsheet.jade

@ -1,4 +1,6 @@
include includes/mixins !!! 5
include sections/example-head html(lang="en")
body include includes/mixins
mixin timeline-embed('https://docs.google.com/spreadsheet/pub?key=0Agl_Dv6iEbDadHdKcHlHcTB5bzhvbF9iTWwyMmJHdkE&output=html') include sections/example-head
body
mixin timeline-embed('https://docs.google.com/spreadsheet/pub?key=0Agl_Dv6iEbDadHdKcHlHcTB5bzhvbF9iTWwyMmJHdkE&output=html')

10
source/jade/example_json.jade

@ -1,4 +1,6 @@
include includes/mixins !!! 5
include sections/example-head html(lang="en")
body include includes/mixins
mixin timeline-embed('example_json.json') include sections/example-head
body
mixin timeline-embed('example_json.json')

10
source/jade/example_jsonp.jade

@ -1,4 +1,6 @@
include includes/mixins !!! 5
include sections/example-head html(lang="en")
body include includes/mixins
mixin timeline-embed('example_jsonp.jsonp') include sections/example-head
body
mixin timeline-embed('example_jsonp.jsonp')

10
source/jade/example_storify.jade

@ -1,4 +1,6 @@
include includes/mixins !!! 5
include sections/example-head html(lang="en")
body include includes/mixins
mixin timeline-embed('http://storify.com/zachwise/test') include sections/example-head
body
mixin timeline-embed('http://storify.com/zachwise/test')

10
source/jade/index.jade

@ -20,8 +20,8 @@ html(lang="en")
//if lt IE 9 //if lt IE 9
script(src='http://html5shim.googlecode.com/svn/trunk/html5.js') script(src='http://html5shim.googlecode.com/svn/trunk/html5.js')
body body
// BEGIN Timeline Embed // BEGIN Timeline Embed
div#timeline-embed div#timeline-embed
script(type='text/javascript', src='js/storyjs-embed-cdn.js?v222') script(type='text/javascript', src='js/storyjs-embed-cdn.js?v222')
// END Timeline Embed // END Timeline Embed

39
source/jade/sections/example-head.jade

@ -1,20 +1,19 @@
!!! 5
html(lang="en") include ../includes/ascii
include ../includes/ascii head
head title Timeline JS Example
title Timeline JS Example meta(charset='utf-8')
meta(charset='utf-8') meta(name='description', content='TimelineJS example')
meta(name='description', content='TimelineJS example') meta(name='apple-mobile-web-app-capable', content='yes')
meta(name='apple-mobile-web-app-capable', content='yes') meta(name='apple-touch-fullscreen', content='yes')
meta(name='apple-touch-fullscreen', content='yes') meta(name='viewport', content='width=device-width, initial-scale=1.0, maximum-scale=1.0')
meta(name='viewport', content='width=device-width, initial-scale=1.0, maximum-scale=1.0') // Style
// Style style
style html, body {
html, body { height:100%;
height:100%; padding: 0px;
padding: 0px; margin: 0px;
margin: 0px; }
} // HTML5 shim, for IE6-8 support of HTML elements
// HTML5 shim, for IE6-8 support of HTML elements //if lt IE 9
//if lt IE 9 script(src='http://html5shim.googlecode.com/svn/trunk/html5.js')
script(src='http://html5shim.googlecode.com/svn/trunk/html5.js')

10
source/jade/tests/test_extra_html.jade

@ -1,4 +1,6 @@
include ../includes/mixins !!! 5
include ../sections/example-head html(lang="en")
body include ../includes/mixins
mixin timeline-embed-debug('test_extra_html.json') include ../sections/example-head
body
mixin timeline-embed-debug('test_extra_html.json')

10
source/jade/tests/test_googlespreadsheet.jade

@ -1,4 +1,6 @@
include ../includes/mixins !!! 5
include ../sections/example-head html(lang="en")
body include ../includes/mixins
mixin timeline-embed-debug('https://docs.google.com/spreadsheet/pub?key=0Agl_Dv6iEbDadFYzRjJPUGktY0NkWXFUWkVIZDNGRHc&output=html') include ../sections/example-head
body
mixin timeline-embed-debug('https://docs.google.com/spreadsheet/pub?key=0Agl_Dv6iEbDadFYzRjJPUGktY0NkWXFUWkVIZDNGRHc&output=html')

10
source/jade/tests/test_googlespreadsheet_bc_era_ages_epoch.jade

@ -1,4 +1,6 @@
include ../includes/mixins !!! 5
include ../sections/example-head html(lang="en")
body include ../includes/mixins
mixin timeline-embed-debug('https://docs.google.com/spreadsheet/pub?key=0Agl_Dv6iEbDadHlWbUYwenBTV1hyUGRidU85MnEzQmc&output=html') include ../sections/example-head
body
mixin timeline-embed-debug('https://docs.google.com/spreadsheet/pub?key=0Agl_Dv6iEbDadHlWbUYwenBTV1hyUGRidU85MnEzQmc&output=html')

10
source/jade/tests/test_googlespreadsheet_biblical_ad.jade

@ -1,4 +1,6 @@
include ../includes/mixins !!! 5
include ../sections/example-head html(lang="en")
body include ../includes/mixins
mixin timeline-embed-debug('https://docs.google.com/spreadsheet/pub?key=0Agl_Dv6iEbDadENlSWZ0Ml9CUXRMVTJGbHZ5UjhDblE&output=html') include ../sections/example-head
body
mixin timeline-embed-debug('https://docs.google.com/spreadsheet/pub?key=0Agl_Dv6iEbDadENlSWZ0Ml9CUXRMVTJGbHZ5UjhDblE&output=html')

10
source/jade/tests/test_googlespreadsheet_minutes.jade

@ -1,4 +1,6 @@
include ../includes/mixins !!! 5
include ../sections/example-head html(lang="en")
body include ../includes/mixins
mixin timeline-embed-debug('https://docs.google.com/spreadsheet/pub?key=0Agl_Dv6iEbDadFBfbkE1Qk42RTFDcjRDdnFndk9DOFE&output=html') include ../sections/example-head
body
mixin timeline-embed-debug('https://docs.google.com/spreadsheet/pub?key=0Agl_Dv6iEbDadFBfbkE1Qk42RTFDcjRDdnFndk9DOFE&output=html')

12
source/jade/tests/test_iframe_640.jade

@ -1,5 +1,7 @@
include ../includes/mixins !!! 5
include ../sections/example-head html(lang="en")
body include ../includes/mixins
div(style='width:640px;') include ../sections/example-head
<iframe src="../compiled/index.html?source=0Agl_Dv6iEbDadHdKcHlHcTB5bzhvbF9iTWwyMmJHdkE&font=Bevan-PotanoSans&maptype=toner&debug=true&lang=en&height=650" width='100%' height='650' frameborder='0'></iframe> body
div(style='width:640px;')
<iframe src="../compiled/index.html?source=0Agl_Dv6iEbDadHdKcHlHcTB5bzhvbF9iTWwyMmJHdkE&font=Bevan-PotanoSans&maptype=toner&debug=true&lang=en&height=650" width='100%' height='650' frameborder='0'></iframe>

10
source/jade/tests/test_jsonp.jade

@ -1,4 +1,6 @@
include ../includes/mixins !!! 5
include ../sections/example-head html(lang="en")
body include ../includes/mixins
mixin timeline-embed-debug('example_jsonp.jsonp') include ../sections/example-head
body
mixin timeline-embed-debug('example_jsonp.jsonp')

10
source/jade/tests/test_utc_firefox.jade

@ -1,4 +1,6 @@
include ../includes/mixins !!! 5
include ../sections/example-head html(lang="en")
body include ../includes/mixins
mixin timeline-embed-debug('test_utc_firefox.json') include ../sections/example-head
body
mixin timeline-embed-debug('test_utc_firefox.json')

30
tests/test_extra_html.html

@ -31,18 +31,18 @@
<!-- HTML5 shim, for IE6-8 support of HTML elements--><!--[if lt IE 9]> <!-- HTML5 shim, for IE6-8 support of HTML elements--><!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script><![endif]--> <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
</head> </head>
</html> <body>
<body> <!-- BEGIN Timeline Embed -->
<!-- BEGIN Timeline Embed --> <div id="timeline-embed"></div>
<div id="timeline-embed"></div> <script type="text/javascript">
<script type="text/javascript"> var timeline_config = {
var timeline_config = { width: "100%",
width: "100%", height: "100%",
height: "100%", debug: true,
debug: true, source: 'test_extra_html.json'
source: 'test_extra_html.json' }
} </script>
</script> <script type="text/javascript" src="../compiled/js/storyjs-embed.js"></script>
<script type="text/javascript" src="../compiled/js/storyjs-embed.js"></script> <!-- END Timeline Embed-->
<!-- END Timeline Embed--> </body>
</body> </html>

30
tests/test_googlespreadsheet.html

@ -31,18 +31,18 @@
<!-- HTML5 shim, for IE6-8 support of HTML elements--><!--[if lt IE 9]> <!-- HTML5 shim, for IE6-8 support of HTML elements--><!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script><![endif]--> <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
</head> </head>
</html> <body>
<body> <!-- BEGIN Timeline Embed -->
<!-- BEGIN Timeline Embed --> <div id="timeline-embed"></div>
<div id="timeline-embed"></div> <script type="text/javascript">
<script type="text/javascript"> var timeline_config = {
var timeline_config = { width: "100%",
width: "100%", height: "100%",
height: "100%", debug: true,
debug: true, source: 'https://docs.google.com/spreadsheet/pub?key=0Agl_Dv6iEbDadFYzRjJPUGktY0NkWXFUWkVIZDNGRHc&amp;output=html'
source: 'https://docs.google.com/spreadsheet/pub?key=0Agl_Dv6iEbDadFYzRjJPUGktY0NkWXFUWkVIZDNGRHc&amp;output=html' }
} </script>
</script> <script type="text/javascript" src="../compiled/js/storyjs-embed.js"></script>
<script type="text/javascript" src="../compiled/js/storyjs-embed.js"></script> <!-- END Timeline Embed-->
<!-- END Timeline Embed--> </body>
</body> </html>

30
tests/test_googlespreadsheet_bc_era_ages_epoch.html

@ -31,18 +31,18 @@
<!-- HTML5 shim, for IE6-8 support of HTML elements--><!--[if lt IE 9]> <!-- HTML5 shim, for IE6-8 support of HTML elements--><!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script><![endif]--> <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
</head> </head>
</html> <body>
<body> <!-- BEGIN Timeline Embed -->
<!-- BEGIN Timeline Embed --> <div id="timeline-embed"></div>
<div id="timeline-embed"></div> <script type="text/javascript">
<script type="text/javascript"> var timeline_config = {
var timeline_config = { width: "100%",
width: "100%", height: "100%",
height: "100%", debug: true,
debug: true, source: 'https://docs.google.com/spreadsheet/pub?key=0Agl_Dv6iEbDadHlWbUYwenBTV1hyUGRidU85MnEzQmc&amp;output=html'
source: 'https://docs.google.com/spreadsheet/pub?key=0Agl_Dv6iEbDadHlWbUYwenBTV1hyUGRidU85MnEzQmc&amp;output=html' }
} </script>
</script> <script type="text/javascript" src="../compiled/js/storyjs-embed.js"></script>
<script type="text/javascript" src="../compiled/js/storyjs-embed.js"></script> <!-- END Timeline Embed-->
<!-- END Timeline Embed--> </body>
</body> </html>

30
tests/test_googlespreadsheet_biblical_ad.html

@ -31,18 +31,18 @@
<!-- HTML5 shim, for IE6-8 support of HTML elements--><!--[if lt IE 9]> <!-- HTML5 shim, for IE6-8 support of HTML elements--><!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script><![endif]--> <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
</head> </head>
</html> <body>
<body> <!-- BEGIN Timeline Embed -->
<!-- BEGIN Timeline Embed --> <div id="timeline-embed"></div>
<div id="timeline-embed"></div> <script type="text/javascript">
<script type="text/javascript"> var timeline_config = {
var timeline_config = { width: "100%",
width: "100%", height: "100%",
height: "100%", debug: true,
debug: true, source: 'https://docs.google.com/spreadsheet/pub?key=0Agl_Dv6iEbDadENlSWZ0Ml9CUXRMVTJGbHZ5UjhDblE&amp;output=html'
source: 'https://docs.google.com/spreadsheet/pub?key=0Agl_Dv6iEbDadENlSWZ0Ml9CUXRMVTJGbHZ5UjhDblE&amp;output=html' }
} </script>
</script> <script type="text/javascript" src="../compiled/js/storyjs-embed.js"></script>
<script type="text/javascript" src="../compiled/js/storyjs-embed.js"></script> <!-- END Timeline Embed-->
<!-- END Timeline Embed--> </body>
</body> </html>

30
tests/test_googlespreadsheet_minutes.html

@ -31,18 +31,18 @@
<!-- HTML5 shim, for IE6-8 support of HTML elements--><!--[if lt IE 9]> <!-- HTML5 shim, for IE6-8 support of HTML elements--><!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script><![endif]--> <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
</head> </head>
</html> <body>
<body> <!-- BEGIN Timeline Embed -->
<!-- BEGIN Timeline Embed --> <div id="timeline-embed"></div>
<div id="timeline-embed"></div> <script type="text/javascript">
<script type="text/javascript"> var timeline_config = {
var timeline_config = { width: "100%",
width: "100%", height: "100%",
height: "100%", debug: true,
debug: true, source: 'https://docs.google.com/spreadsheet/pub?key=0Agl_Dv6iEbDadFBfbkE1Qk42RTFDcjRDdnFndk9DOFE&amp;output=html'
source: 'https://docs.google.com/spreadsheet/pub?key=0Agl_Dv6iEbDadFBfbkE1Qk42RTFDcjRDdnFndk9DOFE&amp;output=html' }
} </script>
</script> <script type="text/javascript" src="../compiled/js/storyjs-embed.js"></script>
<script type="text/javascript" src="../compiled/js/storyjs-embed.js"></script> <!-- END Timeline Embed-->
<!-- END Timeline Embed--> </body>
</body> </html>

8
tests/test_iframe_640.html

@ -31,7 +31,7 @@
<!-- HTML5 shim, for IE6-8 support of HTML elements--><!--[if lt IE 9]> <!-- HTML5 shim, for IE6-8 support of HTML elements--><!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script><![endif]--> <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
</head> </head>
</html> <body>
<body> <div style="width:640px;"><iframe src="../compiled/index.html?source=0Agl_Dv6iEbDadHdKcHlHcTB5bzhvbF9iTWwyMmJHdkE&font=Bevan-PotanoSans&maptype=toner&debug=true&lang=en&height=650" width='100%' height='650' frameborder='0'></iframe></div>
<div style="width:640px;"><iframe src="../compiled/index.html?source=0Agl_Dv6iEbDadHdKcHlHcTB5bzhvbF9iTWwyMmJHdkE&font=Bevan-PotanoSans&maptype=toner&debug=true&lang=en&height=650" width='100%' height='650' frameborder='0'></iframe></div> </body>
</body> </html>

30
tests/test_jsonp.html

@ -31,18 +31,18 @@
<!-- HTML5 shim, for IE6-8 support of HTML elements--><!--[if lt IE 9]> <!-- HTML5 shim, for IE6-8 support of HTML elements--><!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script><![endif]--> <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
</head> </head>
</html> <body>
<body> <!-- BEGIN Timeline Embed -->
<!-- BEGIN Timeline Embed --> <div id="timeline-embed"></div>
<div id="timeline-embed"></div> <script type="text/javascript">
<script type="text/javascript"> var timeline_config = {
var timeline_config = { width: "100%",
width: "100%", height: "100%",
height: "100%", debug: true,
debug: true, source: 'example_jsonp.jsonp'
source: 'example_jsonp.jsonp' }
} </script>
</script> <script type="text/javascript" src="../compiled/js/storyjs-embed.js"></script>
<script type="text/javascript" src="../compiled/js/storyjs-embed.js"></script> <!-- END Timeline Embed-->
<!-- END Timeline Embed--> </body>
</body> </html>

30
tests/test_utc_firefox.html

@ -31,18 +31,18 @@
<!-- HTML5 shim, for IE6-8 support of HTML elements--><!--[if lt IE 9]> <!-- HTML5 shim, for IE6-8 support of HTML elements--><!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script><![endif]--> <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
</head> </head>
</html> <body>
<body> <!-- BEGIN Timeline Embed -->
<!-- BEGIN Timeline Embed --> <div id="timeline-embed"></div>
<div id="timeline-embed"></div> <script type="text/javascript">
<script type="text/javascript"> var timeline_config = {
var timeline_config = { width: "100%",
width: "100%", height: "100%",
height: "100%", debug: true,
debug: true, source: 'test_utc_firefox.json'
source: 'test_utc_firefox.json' }
} </script>
</script> <script type="text/javascript" src="../compiled/js/storyjs-embed.js"></script>
<script type="text/javascript" src="../compiled/js/storyjs-embed.js"></script> <!-- END Timeline Embed-->
<!-- END Timeline Embed--> </body>
</body> </html>
Loading…
Cancel
Save