Updated pages to add js script and not rely on github raw which is plain/text

This commit is contained in:
Phyks 2014-04-18 21:42:28 +02:00
parent 20dfb46992
commit a30fe4b619
8 changed files with 8 additions and 7 deletions

View File

@ -10,7 +10,7 @@
</head>
<body onload="">
<div id="holder"></div>
<script type="text/javascript" src="https://raw.githubusercontent.com/Phyks/timeline.js/master/timeline.min.js"></script>
<script type="text/javascript" src="../javascripts/timeline.min.js"></script>
<script type="text/javascript">
SVG.init({'id': 'holder', 'height': '100%', 'width': '100%', 'grid': 'both', 'x_axis': true, 'line': 'line', 'rounded': false, 'fill': true, 'x_callback': false});

View File

@ -10,7 +10,7 @@
</head>
<body onload="">
<div id="holder"></div>
<script type="text/javascript" src="https://raw.githubusercontent.com/Phyks/timeline.js/master/timeline.min.js"></script>
<script type="text/javascript" src="../javascripts/timeline.min.js"></script>
<script type="text/javascript">
SVG.init({'id': 'holder', 'height': '100%', 'width': '100%', 'grid': 'both', 'x_axis': true, 'line': 'line', 'rounded': false, 'fill': true, 'x_callback': false});

View File

@ -10,7 +10,7 @@
</head>
<body onload="">
<div id="holder"></div>
<script type="text/javascript" src="https://raw.githubusercontent.com/Phyks/timeline.js/master/timeline.min.js"></script>
<script type="text/javascript" src="../javascripts/timeline.min.js"></script>
<script type="text/javascript">
SVG.init({'id': 'holder', 'height': '100%', 'width': '100%', 'grid': 'both', 'x_axis': true, 'line': 'line', 'rounded': true, 'fill': true, 'x_callback': false});

View File

@ -10,7 +10,7 @@
</head>
<body onload="">
<div id="holder"></div>
<script type="text/javascript" src="https://raw.githubusercontent.com/Phyks/timeline.js/master/timeline.min.js"></script>
<script type="text/javascript" src="../javascripts/timeline.min.js"></script>
<script type="text/javascript">
SVG.init({'id': 'holder', 'height': '100%', 'width': '100%', 'grid': 'both', 'x_axis': true, 'line': 'dashed', 'rounded': false, 'fill': true, 'x_callback': false});

View File

@ -10,7 +10,7 @@
</head>
<body onload="">
<div id="holder"></div>
<script type="text/javascript" src="https://raw.githubusercontent.com/Phyks/timeline.js/master/timeline.min.js"></script>
<script type="text/javascript" src="../javascripts/timeline.min.js"></script>
<script type="text/javascript">
SVG.init({'id': 'holder', 'height': '100%', 'width': '100%', 'grid': 'both', 'x_axis': true, 'line': 'none', 'rounded': false, 'fill': false, 'x_callback': false});

View File

@ -10,7 +10,7 @@
</head>
<body onload="">
<div id="holder"></div>
<script type="text/javascript" src="https://raw.githubusercontent.com/Phyks/timeline.js/master/timeline.min.js"></script>
<script type="text/javascript" src="../javascripts/timeline.min.js"></script>
<script type="text/javascript">
SVG.init({'id': 'holder', 'height': '100%', 'width': '100%', 'grid': 'both', 'x_axis': true, 'line': 'none', 'rounded': false, 'fill': false, 'x_callback': function(x) { return x;}});

View File

@ -10,7 +10,7 @@
</head>
<body onload="">
<div id="holder"></div>
<script type="text/javascript" src="https://raw.githubusercontent.com/Phyks/timeline.js/master/timeline.min.js"></script>
<script type="text/javascript" src="../javascripts/timeline.min.js"></script>
<script type="text/javascript">
SVG.init({'id': 'holder', 'height': '100%', 'width': '100%', 'grid': 'both', 'x_axis': true, 'line': 'none', 'rounded': false, 'fill': false, 'x_callback': false});

1
javascripts/timeline.min.js vendored Normal file

File diff suppressed because one or more lines are too long