summaryrefslogtreecommitdiff
path: root/docs/examples/index.html
diff options
context:
space:
mode:
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>