changed paramenter from toc - none to toc - false to be more standard with the way parameters are set

This commit is contained in:
tomjohnson1492
2016-03-21 10:01:34 -07:00
parent 1cb430c0a0
commit 5012328645
14 changed files with 20 additions and 18 deletions

View File

@ -38,7 +38,7 @@
$('[data-toggle="tooltip"]').tooltip()
})
</script>
{% if page.datatable == "active" %}
{% if page.datatable == true %}
<link rel="stylesheet" type="text/css" href="//cdn.datatables.net/1.10.5/css/jquery.dataTables.css">
<script type="text/javascript" charset="utf8" src="//cdn.datatables.net/1.10.5/js/jquery.dataTables.js"></script>
<script>