summaryrefslogtreecommitdiff
path: root/docs/examples/index.html
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2016-12-12 17:04:44 -0500
committerLuke Shumaker <lukeshu@sbcglobal.net>2016-12-12 17:18:15 -0500
commit85a578479406865502a3eb504577c1dfe64f34f5 (patch)
tree83ea749d4c081f3972065c2936cf9a1b628801d6 /docs/examples/index.html
parentb19ec9de5aaebbfec16279833a66e575d4783643 (diff)
Use less magic+scaffolding in the example setup.
Diffstat (limited to 'docs/examples/index.html')
-rw-r--r--docs/examples/index.html11
1 files changed, 0 insertions, 11 deletions
diff --git a/docs/examples/index.html b/docs/examples/index.html
index 6dc7696..b86fe91 100644
--- a/docs/examples/index.html
+++ b/docs/examples/index.html
@@ -14,17 +14,6 @@
<script type="text/javascript" src="assets/js/dependencies.js"></script>
<script type="text/javascript" src="../../jarmon/jarmon.js"></script>
<script type="text/javascript" src="jarmon_example_recipes.js"></script>
- <script type="text/javascript">
-
- $(function() {
- jarmon.buildTabbedChartUi(
- $('.chart-container').remove(),
- jarmon.CHART_RECIPES_COLLECTD,
- $('.tabbed-chart-interface'),
- jarmon.TAB_RECIPES_STANDARD,
- $('.chartRangeControl')
- );
- });
</script>
</head>